mirror of https://github.com/sualko/cloud_bbb
Compare commits
1 Commits
bacd491526
...
7685d57b01
Author | SHA1 | Date |
---|---|---|
|
7685d57b01 |
|
@ -1,10 +1,6 @@
|
||||||
OC.L10N.register(
|
OC.L10N.register(
|
||||||
"bbb",
|
"bbb",
|
||||||
{
|
{
|
||||||
"You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.",
|
|
||||||
"{user} shared the room %s with you." : "{user} delade rummet %s med dig.",
|
|
||||||
"You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.",
|
|
||||||
"{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.",
|
|
||||||
"Public" : "Offentlig",
|
"Public" : "Offentlig",
|
||||||
"Internal" : "Intern",
|
"Internal" : "Intern",
|
||||||
"Back to %s" : "Tillbaka till %s",
|
"Back to %s" : "Tillbaka till %s",
|
||||||
|
@ -39,7 +35,6 @@ OC.L10N.register(
|
||||||
"Server error" : "Serverfel",
|
"Server error" : "Serverfel",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Loading" : "Läser in",
|
"Loading" : "Läser in",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.",
|
|
||||||
"Settings saved" : "Inställningar sparade",
|
"Settings saved" : "Inställningar sparade",
|
||||||
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
||||||
"Send to" : "Skicka till",
|
"Send to" : "Skicka till",
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"You shared the room %s with {shareWith}." : "Du delade rummet %s med {shareWith}.",
|
|
||||||
"{user} shared the room %s with you." : "{user} delade rummet %s med dig.",
|
|
||||||
"You unshared the room %s with {shareWith}." : "Du slutade dela rummet %s med {shareWith}.",
|
|
||||||
"{user} unshared the room %s with you." : "{user} slutade dela rummet %s med dig.",
|
|
||||||
"Public" : "Offentlig",
|
"Public" : "Offentlig",
|
||||||
"Internal" : "Intern",
|
"Internal" : "Intern",
|
||||||
"Back to %s" : "Tillbaka till %s",
|
"Back to %s" : "Tillbaka till %s",
|
||||||
|
@ -37,7 +33,6 @@
|
||||||
"Server error" : "Serverfel",
|
"Server error" : "Serverfel",
|
||||||
"Start" : "Start",
|
"Start" : "Start",
|
||||||
"Loading" : "Läser in",
|
"Loading" : "Läser in",
|
||||||
"You are not allowed to change this option, because this room is shared with you." : "Du får inte ändra det här alternativet eftersom detta rum delas med dig.",
|
|
||||||
"Settings saved" : "Inställningar sparade",
|
"Settings saved" : "Inställningar sparade",
|
||||||
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
"Unexpected error occurred" : "Ett oväntat fel inträffade",
|
||||||
"Send to" : "Skicka till",
|
"Send to" : "Skicka till",
|
||||||
|
|
Loading…
Reference in New Issue