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

ca.js « l10n - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af0b8aa3e5fb5ff97e0e589892ce1d250f81afcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "quota_warning",
    {
    "Saving…" : "Guardant",
    "Saved!" : "Desat!",
    "Quota warning" : "Avís de quota",
    "Nearing your storage quota" : "S'està cercant la quota d'emmagatzematge",
    "Or click the following button for options to change your data plan." : "O feu clic al botó següent per obtenir opcions per canviar el pla de dades.",
    "Or click the following link for options to change your data plan." : "O feu clic al següent enllaç per obtenir opcions per canviar el vostre pla de dades.",
    "Data plan options" : "Opcions del pla de dades",
    "You are using more than %d%% of your storage quota" : "Estàs fent servir més de %d%% de la teva quota d'emmagatzematge",
    "First notification" : "Primera notificació",
    "Send an email" : "Envia correu",
    "Second notification" : "Segona notificació",
    "Final notification" : "Notificació final",
    "Link to quota management" : "Enllaç a la gestió de quotes",
    "Resend notifications after … days" : "Reenvieu notificacions després de ... dies",
    "Set to 0 if the user should only receive one notification." : "Estableix a 0 si l'usuari només hauria de rebre una notificació.",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don´t need anymore." : "Esteu utilitzant més de la quota d'emmagatzematge %d%%. Intenta alliberar espai per eliminar fitxers antics que ja no necessiteu."
},
"nplurals=2; plural=(n != 1);");