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

ro.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c06de1ac5ed3a506bbed2a433058b5ee3b251b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OC.L10N.register(
    "photos",
    {
    "Public link" : "Link public",
    "Photos" : "Poze",
    "Videos" : "Fișiere video",
    "Folders" : "Director",
    "Favorites" : "Favorite",
    "Shared with you" : "Partajat cu tine",
    "Tags" : "Etichete",
    "Back" : "Înapoi",
    "Save" : "Salvează",
    "Copy public link" : "Copiză link-ul public",
    "View" : "Vizualizare",
    "Favorite" : "Favorite",
    "Remove from favorites" : "Șterge din favorite",
    "Add" : "Adaugă",
    "Settings" : "Setări"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");