mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
42 lines
1.9 KiB
JavaScript
42 lines
1.9 KiB
JavaScript
OC.L10N.register(
|
|
"bookmarks",
|
|
{
|
|
"Bookmarks" : "Bookmarks",
|
|
"Bookm." : "Bookm.",
|
|
"No file provided for import" : "No file provided for import",
|
|
"Unsupported file type for import" : "Unsupported file type for import",
|
|
"Bookmark added. You can close the window now." : "Bookmark added. You can close the window now.",
|
|
"Bookmark added successfully" : "Bookmark added successfully",
|
|
"Some Error happened." : "Some Error happened.",
|
|
"Error" : "Error",
|
|
"Filter by tag" : "Filter by tag",
|
|
"Are you sure you want to remove this bookmark?" : "Are you sure you want to remove this bookmark?",
|
|
"Warning" : "Warning",
|
|
"Tags" : "Tags",
|
|
"Are you sure you want to remove this tag from every entry?" : "Are you sure you want to remove this tag from every entry?",
|
|
"Import error" : "Import error",
|
|
"Import completed successfully." : "Import completed successfully.",
|
|
"Uploading..." : "Uploading...",
|
|
"Add a bookmark" : "Add a bookmark",
|
|
"This URL is already bookmarked! Overwrite?" : "This URL is already bookmarked! Overwrite?",
|
|
"The title of the page" : "The title of the page",
|
|
"The address of the page" : "The address of the page",
|
|
"Description of the page" : "Description of the page",
|
|
"Save" : "Save",
|
|
"Delete" : "Delete",
|
|
"Edit" : "Edit",
|
|
"Cancel" : "Cancel",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" : "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:",
|
|
"Add to ownCloud" : "Add to ownCloud",
|
|
"Address" : "Address",
|
|
"Add" : "Add",
|
|
"Filterable Tags" : "Filterable Tags",
|
|
"You have no bookmarks" : "You have no bookmarks",
|
|
"You can also import a bookmark file" : "You can also import a bookmark file",
|
|
"Bookmarklet" : "Bookmarklet",
|
|
"Export & Import" : "Export & Import",
|
|
"Export" : "Export",
|
|
"Import" : "Import"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|