diff --git a/l10n/cs.js b/l10n/cs.js index 81425d1..6042109 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { - "Phone Sync" : "Synchronizace s telefonem" + "Phone Sync" : "Synchronizace s telefonem", + "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index d67feac..1a1c495 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,4 +1,5 @@ { "translations": { - "Phone Sync" : "Synchronizace s telefonem" + "Phone Sync" : "Synchronizace s telefonem", + "An app to sync SMS with your cloud" : "Aplikace pro synchronizaci SMS s vaším cloudem" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file