diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-11-24 15:29:48 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2015-11-24 15:34:33 +0100 |
commit | c0f59cdb2c52f106aff34c2b4f3102ad86e0f4c4 (patch) | |
tree | 63157d25aa91f6db86fcc01eaa96613003ea169d /po/el.po | |
parent | 847f3b646b3147a0c2eebcf751b7b5eeae284d5a (diff) | |
download | NetworkManager-c0f59cdb2c52f106aff34c2b4f3102ad86e0f4c4.tar.gz |
po: remove special characters from translations
Makes Zanata unhappy, in the Java way.
for i in po/*.po; do awk '
/^" 0 = / { print "\"%s\""; n=1; next; }
/^" 8 = / { n=0; next }
{ if (!n) print }' $i >x
mv x $i
done
Fixes: 3641ddb00a19e7b0e094e8d9881221fdb87ce9c0
Diffstat (limited to 'po/el.po')
-rw-r--r-- | po/el.po | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -2370,15 +2370,7 @@ msgid "" "status-line yes | no [default: no]\n" "save-confirmation yes | no [default: yes]\n" "prompt-color <0-8> [default: 0]\n" -" 0 = normal\n" -" 1 = [30mblack[0m\n" -" 2 = [31mred[0m\n" -" 3 = [32mgreen[0m\n" -" 4 = [33myellow[0m\n" -" 5 = [34mblue[0m\n" -" 6 = [35mmagenta[0m\n" -" 7 = [36mcyan[0m\n" -" 8 = [37mwhite[0m\n" +"%s" "\n" "Examples: nmcli> nmcli status-line yes\n" " nmcli> nmcli save-confirmation no\n" @@ -2390,15 +2382,7 @@ msgstr "" "status-line yes | no [προεπιλογή: no]\n" "save-confirmation yes | no [προεπιλογή: yes]\n" "prompt-color <0-8> [προεπιλογή: 0]\n" -" 0 = normal\n" -" 1 = [30mμαύρο[0m\n" -" 2 = [31mκόκκινο[0m\n" -" 3 = [32mπράσινο[0m\n" -" 4 = [33mκίτρινο[0m\n" -" 5 = [34mγαλάζιο[0m\n" -" 6 = [35mματζέντα[0m\n" -" 7 = [36mκυανό[0m\n" -" 8 = [37mλευκό[0m\n" +"%s" "\n" "Παραδείγματα: nmcli> nmcli status-line yes\n" " nmcli> nmcli save-confirmation no\n" |