-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
5f94df3
commit cc61923
Showing
26 changed files
with
368 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,7 @@ | ||
OC.L10N.register( | ||
"comments", | ||
{ | ||
"Cancel" : "Cancel", | ||
"Save" : "Save" | ||
}, | ||
"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,5 @@ | ||
{ "translations": { | ||
"Cancel" : "Cancel", | ||
"Save" : "Save" | ||
},"pluralForm" :"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,6 @@ | ||
OC.L10N.register( | ||
"dav", | ||
{ | ||
"Personal" : "Personal" | ||
}, | ||
"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,4 @@ | ||
{ "translations": { | ||
"Personal" : "Personal" | ||
},"pluralForm" :"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,23 @@ | ||
OC.L10N.register( | ||
"files", | ||
{ | ||
"Unknown error" : "Unknown error", | ||
"All files" : "All files", | ||
"Close" : "Close", | ||
"Download" : "Download", | ||
"Rename" : "Rename", | ||
"Files" : "Files", | ||
"Details" : "Details", | ||
"Pending" : "Pending", | ||
"Name" : "Name", | ||
"Size" : "Size", | ||
"New folder" : "New folder", | ||
"Cancel" : "Cancel", | ||
"Upload" : "Upload", | ||
"Settings" : "Settings", | ||
"Show hidden files" : "Show hidden files", | ||
"No files in here" : "No files in here", | ||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", | ||
"Select all" : "Select all" | ||
}, | ||
"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,21 @@ | ||
{ "translations": { | ||
"Unknown error" : "Unknown error", | ||
"All files" : "All files", | ||
"Close" : "Close", | ||
"Download" : "Download", | ||
"Rename" : "Rename", | ||
"Files" : "Files", | ||
"Details" : "Details", | ||
"Pending" : "Pending", | ||
"Name" : "Name", | ||
"Size" : "Size", | ||
"New folder" : "New folder", | ||
"Cancel" : "Cancel", | ||
"Upload" : "Upload", | ||
"Settings" : "Settings", | ||
"Show hidden files" : "Show hidden files", | ||
"No files in here" : "No files in here", | ||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", | ||
"Select all" : "Select all" | ||
},"pluralForm" :"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,14 @@ | ||
OC.L10N.register( | ||
"files_external", | ||
{ | ||
"Personal" : "Personal", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"Save" : "Save", | ||
"URL" : "URL", | ||
"Share" : "Share", | ||
"Name" : "Name", | ||
"Never" : "Never", | ||
"Folder name" : "Folder name" | ||
}, | ||
"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,12 @@ | ||
{ "translations": { | ||
"Personal" : "Personal", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"Save" : "Save", | ||
"URL" : "URL", | ||
"Share" : "Share", | ||
"Name" : "Name", | ||
"Never" : "Never", | ||
"Folder name" : "Folder name" | ||
},"pluralForm" :"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,15 @@ | ||
OC.L10N.register( | ||
"files_sharing", | ||
{ | ||
"Shared by link" : "Shared by link", | ||
"No shared links" : "No shared links", | ||
"Cancel" : "Cancel", | ||
"Share" : "Share", | ||
"Pending" : "Pending", | ||
"Shares" : "Shares", | ||
"Password" : "Password", | ||
"Proceed" : "Proceed", | ||
"Name" : "Name", | ||
"Download" : "Download" | ||
}, | ||
"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,13 @@ | ||
{ "translations": { | ||
"Shared by link" : "Shared by link", | ||
"No shared links" : "No shared links", | ||
"Cancel" : "Cancel", | ||
"Share" : "Share", | ||
"Pending" : "Pending", | ||
"Shares" : "Shares", | ||
"Password" : "Password", | ||
"Proceed" : "Proceed", | ||
"Name" : "Name", | ||
"Download" : "Download" | ||
},"pluralForm" :"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,8 @@ | ||
OC.L10N.register( | ||
"files_trashbin", | ||
{ | ||
"Error" : "Error", | ||
"Select all" : "Select all", | ||
"Name" : "Name" | ||
}, | ||
"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,6 @@ | ||
{ "translations": { | ||
"Error" : "Error", | ||
"Select all" : "Select all", | ||
"Name" : "Name" | ||
},"pluralForm" :"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,8 @@ | ||
OC.L10N.register( | ||
"systemtags", | ||
{ | ||
"No files in here" : "No files in here", | ||
"Name" : "Name", | ||
"Size" : "Size" | ||
}, | ||
"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,6 @@ | ||
{ "translations": { | ||
"No files in here" : "No files in here", | ||
"Name" : "Name", | ||
"Size" : "Size" | ||
},"pluralForm" :"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,37 @@ | ||
OC.L10N.register( | ||
"core", | ||
{ | ||
"Download / View" : "Download / View", | ||
"Settings" : "Settings", | ||
"seconds ago" : "seconds ago", | ||
"No" : "No", | ||
"Yes" : "Yes", | ||
"Choose" : "Choose", | ||
"Cancel" : "Cancel", | ||
"Continue" : "Continue", | ||
"Error" : "Error", | ||
"Expiration" : "Expiration", | ||
"Remove link" : "Remove link", | ||
"Link" : "Link", | ||
"Remove" : "Remove", | ||
"Link name" : "Link name", | ||
"Name" : "Name", | ||
"Password" : "Password", | ||
"Share" : "Share", | ||
"Save" : "Save", | ||
"can share" : "can share", | ||
"can edit" : "can edit", | ||
"create" : "create", | ||
"change" : "change", | ||
"delete" : "delete", | ||
"Rename" : "Rename", | ||
"Personal" : "Personal", | ||
"Help" : "Help", | ||
"File not found" : "File not found", | ||
"Imprint" : "Imprint", | ||
"Username" : "Username", | ||
"Menu" : "Menu", | ||
"Search" : "Search", | ||
"Login" : "Login" | ||
}, | ||
"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,35 @@ | ||
{ "translations": { | ||
"Download / View" : "Download / View", | ||
"Settings" : "Settings", | ||
"seconds ago" : "seconds ago", | ||
"No" : "No", | ||
"Yes" : "Yes", | ||
"Choose" : "Choose", | ||
"Cancel" : "Cancel", | ||
"Continue" : "Continue", | ||
"Error" : "Error", | ||
"Expiration" : "Expiration", | ||
"Remove link" : "Remove link", | ||
"Link" : "Link", | ||
"Remove" : "Remove", | ||
"Link name" : "Link name", | ||
"Name" : "Name", | ||
"Password" : "Password", | ||
"Share" : "Share", | ||
"Save" : "Save", | ||
"can share" : "can share", | ||
"can edit" : "can edit", | ||
"create" : "create", | ||
"change" : "change", | ||
"delete" : "delete", | ||
"Rename" : "Rename", | ||
"Personal" : "Personal", | ||
"Help" : "Help", | ||
"File not found" : "File not found", | ||
"Imprint" : "Imprint", | ||
"Username" : "Username", | ||
"Menu" : "Menu", | ||
"Search" : "Search", | ||
"Login" : "Login" | ||
},"pluralForm" :"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,14 @@ | ||
OC.L10N.register( | ||
"lib", | ||
{ | ||
"seconds ago" : "seconds ago", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"File name contains at least one invalid character" : "File name contains at least one invalid character", | ||
"General" : "General", | ||
"Security" : "Security", | ||
"Search" : "Search", | ||
"Settings" : "Settings", | ||
"Imprint" : "Imprint" | ||
}, | ||
"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,12 @@ | ||
{ "translations": { | ||
"seconds ago" : "seconds ago", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"File name contains at least one invalid character" : "File name contains at least one invalid character", | ||
"General" : "General", | ||
"Security" : "Security", | ||
"Search" : "Search", | ||
"Settings" : "Settings", | ||
"Imprint" : "Imprint" | ||
},"pluralForm" :"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
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
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,17 @@ | ||
OC.L10N.register( | ||
"settings", | ||
{ | ||
"Share" : "Share", | ||
"unknown" : "unknown", | ||
"Save" : "Save", | ||
"Login" : "Login", | ||
"Server address" : "Server address", | ||
"Cancel" : "Cancel", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"Change password" : "Change password", | ||
"Name" : "Name", | ||
"Personal" : "Personal", | ||
"Settings" : "Settings" | ||
}, | ||
"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,15 @@ | ||
{ "translations": { | ||
"Share" : "Share", | ||
"unknown" : "unknown", | ||
"Save" : "Save", | ||
"Login" : "Login", | ||
"Server address" : "Server address", | ||
"Cancel" : "Cancel", | ||
"Username" : "Username", | ||
"Password" : "Password", | ||
"Change password" : "Change password", | ||
"Name" : "Name", | ||
"Personal" : "Personal", | ||
"Settings" : "Settings" | ||
},"pluralForm" :"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,23 @@ | ||
OC.L10N.register( | ||
"files", | ||
{ | ||
"Unknown error" : "Unknown error", | ||
"All files" : "All files", | ||
"Close" : "Close", | ||
"Download" : "Download", | ||
"Rename" : "Rename", | ||
"Files" : "Files", | ||
"Details" : "Details", | ||
"Pending" : "Pending", | ||
"Name" : "Name", | ||
"Size" : "Size", | ||
"New folder" : "New folder", | ||
"Cancel" : "Cancel", | ||
"Upload" : "Upload", | ||
"Settings" : "Settings", | ||
"Show hidden files" : "Show hidden files", | ||
"No files in here" : "No files in here", | ||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", | ||
"Select all" : "Select all" | ||
}, | ||
"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,21 @@ | ||
{ "translations": { | ||
"Unknown error" : "Unknown error", | ||
"All files" : "All files", | ||
"Close" : "Close", | ||
"Download" : "Download", | ||
"Rename" : "Rename", | ||
"Files" : "Files", | ||
"Details" : "Details", | ||
"Pending" : "Pending", | ||
"Name" : "Name", | ||
"Size" : "Size", | ||
"New folder" : "New folder", | ||
"Cancel" : "Cancel", | ||
"Upload" : "Upload", | ||
"Settings" : "Settings", | ||
"Show hidden files" : "Show hidden files", | ||
"No files in here" : "No files in here", | ||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", | ||
"Select all" : "Select all" | ||
},"pluralForm" :"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,23 @@ | ||
OC.L10N.register( | ||
"files", | ||
{ | ||
"Unknown error" : "Unknown error", | ||
"All files" : "All files", | ||
"Close" : "Close", | ||
"Download" : "Download", | ||
"Rename" : "Rename", | ||
"Files" : "Files", | ||
"Details" : "Details", | ||
"Pending" : "Pending", | ||
"Name" : "Name", | ||
"Size" : "Size", | ||
"New folder" : "New folder", | ||
"Cancel" : "Cancel", | ||
"Upload" : "Upload", | ||
"Settings" : "Settings", | ||
"Show hidden files" : "Show hidden files", | ||
"No files in here" : "No files in here", | ||
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!", | ||
"Select all" : "Select all" | ||
}, | ||
"nplurals=2; plural=(n != 1);"); |
Oops, something went wrong.