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

cy_GB.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c96fb38b024fe2e8141bbb2f4e9d4e406594b793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "photos",
    {
    "Photos" : "Lluniau",
    "Videos" : "Fideos",
    "Favorites" : "Ffefrynnau",
    "Shared with you" : "Shared with you",
    "Back" : "Nôl",
    "Save" : "Cadw",
    "An error occurred" : "Digwyddodd gwall",
    "Favorite" : "Ffefryn",
    "Remove from favorites" : "Remove from favorites",
    "Add" : "Ychwanegu",
    "Download" : "Llwytho i lawr",
    "Delete" : "Dileu",
    "Settings" : "Gosodiadau"
},
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");