[totem] po: Remove '\r' in translated strings



commit 8e1c1bfa98984dcd82e8c6779885599d31246cfe
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jan 14 16:52:41 2019 +0100

    po: Remove '\r' in translated strings
    
    Not sure whether it's a bug in a tool, or a common misconception in
    those languages, but '\r' shouldn't be added to translated text.
    
    Removed with:
    sed -i 's/\\r//' po/*.po
    
    Fixes:
    warning: internationalized messages should not contain the '\r' escape sequence

 po/gd.po | 8 ++++----
 po/hr.po | 8 ++++----
 po/oc.po | 4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/po/gd.po b/po/gd.po
index 4e7d4af0..2b3639c9 100644
--- a/po/gd.po
+++ b/po/gd.po
@@ -672,13 +672,13 @@ msgstr[0] ""
 "stàlaichte."
 msgstr[1] ""
 "Tha thu feumach air an dà phlugan seo gus am film seo a chluich is chan eil "
-"iad stàlaichte:\r\n"
-"\r\n"
+"iad stàlaichte:\n"
+"\n"
 "%s"
 msgstr[2] ""
 "Tha thu feumach air na plugain seo gus am film seo a chluich is chan eil iad "
-"stàlaichte:\r\n"
-"\r\n"
+"stàlaichte:\n"
+"\n"
 "%s"
 msgstr[3] ""
 "Tha thu feumach air  a’ phlugan %s gus am film seo a chluich is chan eil e "
diff --git a/po/hr.po b/po/hr.po
index a6a910f4..5dd4a3d8 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -638,13 +638,13 @@ msgstr[0] ""
 "Reprodukcija ovog filma zahtijeva %s priključak koji nije instaliran."
 msgstr[1] ""
 "Reprodukcija ovog filma zahtijeva sljedeće priključke koji nisu instalirani:"
-"\r\n"
-"\r\n"
+"\n"
+"\n"
 "%s"
 msgstr[2] ""
 "Reprodukcija ovog filma zahtijeva sljedeće priključke koji nisu instalirani:"
-"\r\n"
-"\r\n"
+"\n"
+"\n"
 "%s"
 
 #: ../src/backend/bacon-video-widget.c:3966
diff --git a/po/oc.po b/po/oc.po
index 3232ed17..d23a2114 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -662,8 +662,8 @@ msgid_plural ""
 msgstr[0] "La lectura d'aqueste filme exigís un plugin %s qu'es pas installat."
 msgstr[1] ""
 "La lectura d'aqueste filme exigís los desencodadors seguents que son pas "
-"installats :\r\n"
-"\r\n"
+"installats :\n"
+"\n"
 "%s"
 
 #: ../src/backend/bacon-video-widget.c:3888


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]