-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d10bdd0
commit e150214
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
OC.L10N.register( | ||
"impersonate", | ||
{ | ||
"Can not impersonate" : "Non foi posíbel suplantar ao usuario", | ||
"Unexpected error occured" : "Produciuse un erro non agardado", | ||
"Impersonate" : "Suplantar", | ||
"Error" : "Erro", | ||
"Logged in as {currentUser}" : "Accedeu como {currentUser}", | ||
"Impersonate Settings" : "Axustes da suplantación", | ||
"Allow group admins to impersonate users from these groups" : "Permitir que os administradores do grupo substitúan aos usuarios destes grupos" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ "translations": { | ||
"Can not impersonate" : "Non foi posíbel suplantar ao usuario", | ||
"Unexpected error occured" : "Produciuse un erro non agardado", | ||
"Impersonate" : "Suplantar", | ||
"Error" : "Erro", | ||
"Logged in as {currentUser}" : "Accedeu como {currentUser}", | ||
"Impersonate Settings" : "Axustes da suplantación", | ||
"Allow group admins to impersonate users from these groups" : "Permitir que os administradores do grupo substitúan aos usuarios destes grupos" | ||
},"pluralForm" :"nplurals=2; plural=(n != 1);" | ||
} |