[gbrainy] Fixes Catalan translation. Hours do not use leading 0



commit 4ca99b0668e6f24177fd74f8026af0d20074f22e
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Mar 13 21:48:14 2010 +0100

    Fixes Catalan translation. Hours do not use leading 0

 po/ca.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/po/ca.po b/po/ca.po
index 4b3e755..776c437 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2482,8 +2482,8 @@ msgid ""
 "{0} hours ago it was as long after {1:h tt} as it was before {2:h tt} on the "
 "same day. What is the time now? Answer using the hour (e.g.: {3:h tt})"
 msgstr ""
-"Fa {0} hores estàvem tant lluny de les {1:HH} com de les {2:HH} al mateix dia. "
-"Quina hora és ara? Responeu usant l'hora (p. ex.: {3:HH})"
+"Fa {0} hores estàvem tant lluny de les {1:%H} com de les {2:%H} al mateix dia. "
+"Quina hora és ara? Responeu usant l'hora (p. ex.: {3:%H})"
 
 #: ../src/Games/Logic/PuzzleTimeNow.cs:53
 #, csharp-format
@@ -2501,7 +2501,7 @@ msgstr ""
 #: ../src/Games/Logic/PuzzleTimeNow.cs:75
 #, csharp-format
 msgid "{0:h tt}"
-msgstr "{0:HH}"
+msgstr "{0:%H}"
 
 #. No hands
 #: ../src/Games/Logic/PuzzleTimeNow.cs:84



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