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

he.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1d6ce555681f19a46f3ff02b887444dd38cc9d3 (plain)
1
2
3
4
5
6
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "סינכרון טלפון"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");