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

lv.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65c22a0636e2d2184adc010ed36f52c764ae4ca5 (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",
    {
    "Photos" : "Bildes",
    "Videos" : "Video",
    "Folders" : "Mapes",
    "Favorites" : "Favorīti",
    "Shared with you" : "Koplietots ar tevi",
    "Tags" : "Birkas",
    "Back" : "Atpakaļ",
    "Save" : "Saglabāt",
    "An error occurred" : "Gadījās kļūda",
    "View" : "Skats",
    "Favorite" : "Favorīts",
    "Remove from favorites" : "Noņemt no izlases",
    "Add" : "Pievienot",
    "Your photos" : "Jūsu bildes",
    "Settings" : "Iestatījumi"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");