diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-03-02 01:02:26 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-03-02 01:02:26 +0000 |
commit | 0db6b2157383bff8026c084b572fb2fee8708a62 (patch) | |
tree | ac3cd3fe38a74656ad70ccc4a42e0456a05b39ef /langpacks/czech/Plugins/Dropbox.txt | |
parent | 8c386aff363d92c1b8cd1cd0587cb47e6e4942d4 (diff) |
Czech langpack: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@8355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/czech/Plugins/Dropbox.txt')
-rw-r--r-- | langpacks/czech/Plugins/Dropbox.txt | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/langpacks/czech/Plugins/Dropbox.txt b/langpacks/czech/Plugins/Dropbox.txt new file mode 100644 index 0000000000..a4829c2fdd --- /dev/null +++ b/langpacks/czech/Plugins/Dropbox.txt @@ -0,0 +1,70 @@ +#muuid {b908773a-86f7-4a91-8674-6a20ba0e67d1}
+;============================================================
+; File: Dropbox.dll
+; Plugin: Dropbox
+; Version: 0.11.0.1
+; Authors: unsane
+;============================================================
+[Provides ability to upload files on Dropbox.]
+
+;file \plugins\Dropbox\src\dropbox.cpp
+[You have been authorized]
+
+[Are you sure you want to request authorization?]
+
+[Request authorization]
+Požádat o autorizaci
+[Are you sure you want to revoke authorization?]
+
+[Revoke authorization]
+Odvolat autorizaci
+;file \plugins\Dropbox\src\dropbox_commands.cpp
+[is file]
+je soubor
+[is empty]
+je prázdný
+[is not deleted]
+není smazaný
+[is deleted]
+je smazaný
+;file \plugins\Dropbox\src\dropbox_events.cpp
+[Send files to Dropbox]
+Odeslat soubory do Dropboxu
+[Network]
+Sítě
+[Dropbox]
+Dropbox
+;file \plugins\Dropbox\src\dropbox_icons.cpp
+[Protocols]
+Protokoly
+[Protocol icon]
+Ikona protokolu
+;file \plugins\Dropbox\src\dropbox_menus.cpp
+;file \plugins\Dropbox\src\dropbox_transfers.cpp
+[Server does not respond]
+Server neodpovídá
+[Link to download file "%s": %s]
+
+[Link to download folder "%s": %s]
+
+;file \plugins\Dropbox\src\dropbox_utils.cpp
+[Ok]
+OK
+[Bad input parameter. Error message should indicate which one and why]
+
+[Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user]
+
+[Bad OAuth request (wrong consumer key, bad nonce, expired timestamp...). Unfortunately, re-authenticating the user won't help here]
+
+[File or folder not found at the specified path]
+
+[Request method not expected (generally should be GET or POST)]
+
+[Your app is making too many requests and is being rate limited. 429s can trigger on a per-app or per-user basis]
+
+[If the response includes the Retry-After header, this means your OAuth 1.0 app is being rate limited. Otherwise, this indicates a transient server error, and your app should retry its request.]
+
+[User is over Dropbox storage quota]
+
+[Unknown]
+Neznámý
|