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

he.js « l10n - github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03ecc6efc3bf596af2635d479b4c764c0048577d (plain)
1
2
3
4
5
6
OC.L10N.register(
    "checksum",
    {
    "File not found." : "הקובץ לא נמצא."
},
"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;");