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

ia.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 270cd80fa66b6c7b7b8aa36c4be344395dd814d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
OC.L10N.register(
    "settings",
    {
    "Enabled" : "Activate",
    "Not enabled" : "Non activate",
    "Wrong password" : "Contrasigno incorrecte",
    "Saved" : "Salveguardate",
    "No user supplied" : "Nulle usator fornite",
    "Unable to change password" : "Impossibile cambiar contrasigno",
    "Authentication error" : "Error in authentication",
    "Please provide an admin recovery password, otherwise all user data will be lost" : "Per favor, provide un contrasigno administrator pro recuperation de datos, alteremente tote datos de usator essera perdite.",
    "Wrong admin recovery password. Please check the password and try again." : "Le contrasigno administrator pro recuperation de datos es incorrecte. Per favor, verifica le contrasigno e tenta de novo.",
    "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Le back-end non supporta cambios de contrasigno, ma le clave de cryptographia del usator esseva actualisate con successo.",
    "installing and updating apps via the app store or Federated Cloud Sharing" : "Installation e actualisation de applicationes via le App Store o Compartimento del Nube Federate",
    "Federated Cloud Sharing" : "Compartimento del Nube Federate",
    "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL usa %s in un version obsolete (%s). Per favor, actualisa tu systema operative, o functiones tal como %s non functionara fidedignemente.",
    "A problem occurred, please check your log files (Error: %s)" : "Un problema occurreva, per favor verifica tu files de registro (Error: %s)",
    "Migration Completed" : "Migration completate",
    "Group already exists." : "Gruppo ja existe.",
    "Unable to add group." : "Impossibile adder gruppo.",
    "Unable to delete group." : "Impossibile deler gruppo.",
    "test email settings" : "testar configurationes de e-posta",
    "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Un problema occurreva durante le invio del e-posta. Per favor, revide tu configurationes. (Error: %s)",
    "Email sent" : "Message de e-posta inviate",
    "You need to set your user email before being able to send test emails." : "Tu debe configurar tu e-posta de usator ante esser capace a inviar e-posta de test.",
    "Invalid request" : "Requesta non valide",
    "Invalid mail address" : "Adresse de e-posta non valide",
    "No valid group selected" : "Nulle gruppo valide selectionate",
    "A user with that name already exists." : "Un usator con iste nomine ja existe.",
    "Unable to create user." : "Impossibile crear usator.",
    "Your %s account was created" : "Tu conto %s esseva create",
    "Unable to delete user." : "Impossibile deler usator.",
    "Settings saved" : "Configurationes salveguardate",
    "Unable to change full name" : "Impossibile cambiar nomine complete",
    "Unable to change email address" : "Impossibile cambiar adresse de e-posta",
    "Your full name has been changed." : "Tu nomine complete esseva cambiate.",
    "Forbidden" : "Prohibite",
    "Invalid user" : "Usator invalide",
    "Unable to change mail address" : "Impossibile cambiar adresse de e-posta",
    "Email saved" : "E-posta salveguardate",
    "Password confirmation is required" : "Un confirmation del contrasigno es necessari",
    "Couldn't remove app." : "Impossibile remover application.",
    "Couldn't update app." : "Impossibile actualisar application.",
    "Are you really sure you want add {domain} as trusted domain?" : "Esque tu es secur que  tu vole adder {domain} como dominio fiduciari?",
    "Add trusted domain" : "Adder dominio fiduciari",
    "Migration in progress. Please wait until the migration is finished" : "Migration in progresso. Per favor, attende usque le migration es finite.",
    "Migration started …" : "Migration initiate...",
    "Not saved" : "Non salveguardate",
    "Sending..." : "Inviante...",
    "Official" : "Official",
    "All" : "Tote",
    "Update to %s" : "Actualisar a %s",
    "_You have %n app update pending_::_You have %n app updates pending_" : ["Tu ha %n application preste a actualisar se","Tu ha %n applicationes preste a actualisar se"],
    "No apps found for your version" : "Nulle application trovate pro tu version",
    "Enabling app …" : "Activante application...",
    "Error while disabling app" : "Error durante disactivation del application...",
    "Disable" : "Disactivar",
    "Enable" : "Activar",
    "Error while enabling app" : "Error durante activation del application...",
    "Error: this app cannot be enabled because it makes the server unstable" : "Error: iste application non pote esser activate proque illo face le servitor esser instabile",
    "Updating...." : "Actualisante...",
    "Error while updating app" : "Error durante actualisation del application",
    "Updated" : "Actualisate",
    "Uninstalling ...." : "De-installante...",
    "Error while uninstalling app" : "Error durante de-installation del application",
    "Uninstall" : "De-installar",
    "App update" : "Application actualisate",
    "Approved" : "Approbate",
    "Experimental" : "Experimental",
    "No apps found for {query}" : "Nulle application trovate pro {query}",
    "Allow filesystem access" : "Permitter accesso a systema de files",
    "Disconnect" : "Disconnecter",
    "Revoke" : "Revocar",
    "Internet Explorer" : "Internet Explorer",
    "Edge" : "Edge",
    "Firefox" : "Firefox",
    "Google Chrome" : "Google Chrome",
    "Safari" : "Safari",
    "Google Chrome for Android" : "Google Chrome pro Android",
    "iPhone iOS" : "iPhone iOS",
    "iPad iOS" : "iPad iOS",
    "iOS Client" : "Cliente iOS",
    "Android Client" : "Cliente Android",
    "Sync client - {os}" : "Synchronisar cliente - {os}",
    "This session" : "Iste session",
    "Copy" : "Copiar",
    "Copied!" : "Copiate!",
    "Not supported!" : "Non supportate!",
    "Press ⌘-C to copy." : "Pulsa ⌘-C pro copiar.",
    "Press Ctrl-C to copy." : "Pulsa Ctrl-C pro copiar.",
    "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Un error occurreva. Per favor, incarga un certificato PEM codificate in ASCII",
    "Valid until {date}" : "Valide usque {date}",
    "Delete" : "Deler",
    "Local" : "Local",
    "Private" : "Private",
    "Only visible to local users" : "Solmente visibile a usatores local",
    "Only visible to you" : "Solmente visibile a tu",
    "Contacts" : "Contactos",
    "Visible to local users and to trusted servers" : "Visibile a usatores local e a servitores fiduciari",
    "Public" : "Public",
    "Select a profile picture" : "Selectiona un pictura de profilo",
    "Very weak password" : "Contrasigno multo debile",
    "Weak password" : "Contrasigno debile",
    "So-so password" : "Contrasigno plus o minus acceptabile",
    "Good password" : "Contrasigno bon",
    "Strong password" : "Contrasigno forte",
    "Groups" : "Gruppos",
    "Unable to delete {objName}" : "Impossibile deler {objName}",
    "Error creating group: {message}" : "Error durante creation de gruppo: {message}",
    "A valid group name must be provided" : "Un nomine de gruppo valide debe esser providite",
    "deleted {groupName}" : "{groupName} delite",
    "undo" : "disfacer",
    "never" : "nunquam",
    "deleted {userName}" : "{userName} delite",
    "Unable to add user to group {group}" : "Impossibile adder usator a gruppo {group}",
    "Unable to remove user from group {group}" : "Impossibile remover usator de gruppo {group}",
    "Add group" : "Adder gruppo",
    "A valid password must be provided" : "Un contrasigno valide debe esser providite",
    "A valid email must be provided" : "Un adresse de e-posta valide debe esser providite",
    "__language_name__" : "Interlingua de IALA",
    "Unlimited" : "Ilimitate",
    "Personal info" : "Information personal",
    "Sessions" : "Sessiones",
    "App passwords" : "Contrasignos de applicationes",
    "None" : "Nulle",
    "SSL/TLS" : "SSL/TLS",
    "STARTTLS" : "STARTTLS",
    "Email server" : "Servitor de e-posta",
    "Open documentation" : "Aperir documentation",
    "This is used for sending out notifications." : "Isto es usate pro inviar notificationes.",
    "Send mode" : "Modo de invio",
    "Encryption" : "Cryptographia",
    "Authentication required" : "Authentication requirite",
    "Server address" : "Adresse del servitor",
    "Port" : "Porto",
    "Credentials" : "Datos de authentication",
    "SMTP Username" : "Nomine de usator SMTP",
    "SMTP Password" : "Contrasigno SMTP",
    "Test email settings" : "Testar configurationes de e-posta",
    "Send email" : "Inviar message de e-posta",
    "Enable encryption" : "Activar cryptographia",
    "Select default encryption module:" : "Selectionar modulo de cryptographia standard",
    "Start migration" : "Initiar migration",
    "Version" : "Version",
    "days" : "dies",
    "Tips & tricks" : "Consilios e maneos",
    "Theming" : "Themas",
    "Developer documentation" : "Documentation de disveloppator",
    "by %s" : "per %s",
    "%s-licensed" : "Licentiate como %s",
    "Documentation:" : "Documentation:",
    "User documentation" : "Documentation de usator",
    "Admin documentation" : "Documentation de administrator",
    "Visit website" : "Visitar sito web",
    "Report a bug" : "Reportar un defecto",
    "Show description …" : "Monstrar description...",
    "Hide description …" : "Celar description...",
    "This app has an update available." : "Iste application ha un actualisation disponibile",
    "Enable only for specific groups" : "Activar solmente a gruppos specific",
    "Uninstall app" : "De-installar application",
    "SSL Root Certificates" : "Certificatos Root SSL",
    "Common Name" : "Nomine Commun",
    "Valid until" : "Valide usque",
    "Valid until %s" : "Valide usque %s",
    "Import root certificate" : "Importar certificato root",
    "Administrator documentation" : "Documentation de administrator",
    "Online documentation" : "Documentation in linea",
    "Forum" : "Foro",
    "Getting help" : "Obtener adjuta",
    "Commercial support" : "Supporto commercial",
    "Profile picture" : "Pictura de profilo",
    "Upload new" : "Incargar nove",
    "Select from Files" : "Selectionar de Files",
    "Remove image" : "Remover imagine",
    "Cancel" : "Cancellar",
    "Choose as profile picture" : "Selectiona como pictura de profilo",
    "Full name" : "Nomine complete",
    "Email" : "E-posta",
    "Your email address" : "Tu adresse de e-posta",
    "Phone number" : "Numero de telephono",
    "Your phone number" : "Tu numero de telephono",
    "Address" : "Adresse",
    "Your postal address" : "Tu adresse postal",
    "Website" : "Sito web",
    "Your website" : "Tu sito web",
    "Twitter" : "Twitter",
    "You are member of the following groups:" : "Tu es membro del sequente gruppos:",
    "Password" : "Contrasigno",
    "Current password" : "Contrasigno actual",
    "New password" : "Nove contrasigno",
    "Change password" : "Cambiar contrasigno",
    "Language" : "Lingua",
    "Help translate" : "Adjuta a traducer",
    "Desktop client" : "Cliente de Scriptorio",
    "Android app" : "Application Android",
    "iOS app" : "Application iOS",
    "Show First Run Wizard again" : "Monstrar le Assistente del Prime Execution de novo",
    "Device" : "Dispositivo",
    "Last activity" : "Ultime activitate",
    "Passcodes that give an app or device permissions to access your account." : "Contrasignos que dona a tu application o dispositivo le permissiones pro acceder a tu conto.",
    "Name" : "Nomine",
    "App name" : "Nomine del application",
    "Create new app password" : "Crear un nove contrasigno pro application",
    "Use the credentials below to configure your app or device." : "Usa le datos de authentication infra pro configurar tu application o dispositivo.",
    "Username" : "Nomine de usator",
    "Done" : "Preste",
    "Follow us on Google Plus!" : "Seque nos in Google Plus!",
    "Subscribe to our twitter channel!" : "Subscribe a nostre canal Twitter!",
    "Subscribe to our news feed!" : "Subscribe a nostre syndication de novas!",
    "Show storage location" : "Monstrar loco de immagazinage",
    "Send email to new user" : "Inviar message de e-posta a nove usator",
    "Show email address" : "Monstrar adresse de e-posta",
    "E-Mail" : "E-posta",
    "Create" : "Crear",
    "Group name" : "Nomine del gruppo",
    "Everyone" : "Totos",
    "Admins" : "Administratores",
    "Default quota" : "Quota predefinite",
    "Other" : "Altere",
    "Quota" : "Quota",
    "Please wait...." : "Per favor attende...",
    "add group" : "adder gruppo",
    "Log" : "Registro",
    "What to log" : "Que registrar?",
    "Download logfile" : "Discargar file de registro",
    "More" : "Plus",
    "Less" : "Minus",
    "Uninstall App" : "De-installar Application",
    "Enable experimental apps" : "Activar applicationes experimental",
    "Add Group" : "Adder Gruppo",
    "Group" : "Gruppo"
},
"nplurals=2; plural=(n != 1);");