Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6042109279d5e3f6ac0460df43c126b687f9713e (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "ocsms",
    {
    "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;");