Skip to content

Instantly share code, notes, and snippets.

@jkaflik
Created September 24, 2012 11:53
Show Gist options
  • Save jkaflik/3775605 to your computer and use it in GitHub Desktop.
Save jkaflik/3775605 to your computer and use it in GitHub Desktop.
RockMongo pl
<?php
/**
* RockMongo english translation
*
* @package rockmongo
* @author iwind.liu <iwind.liu@gmail.com>
* @version 1.1
*/
$message["TRANSLATION_NAME"] = "Polski";
$message["TRANSLATION_ID"] = 20;
/** Login interface **/
$message["admin"] = "Administrator";
$message["password"] = "Hasło";
$message["language"] = "Język";
$message["hour"] = "Godzina";
$message["hours"] = "Godzin";
$message["month"] = "Miesiąc";
$message["alive"] = "włączone";
$message["authenticate"] = "Autoryzacja";
/** Connection **/
$message["can_not_connect"] = "Błąd połączenia z MongoDB: %s. Sprawdź ustawienia.";
$message["can_not_auth"] = "Bład autoryzacji MongoDB. Sprawdź podane dane.";
/** Buttons and titles **/
$message["overview"] = "Podgląd";
$message["server"] = "Serwer";
$message["status"] = "Status";
$message["databases"] = "Bazy danych";
$message["processlist"] = "Lista procesów";
$message["command"] = "Komenda";
$message["execute"] = "Wykonaj";
$message["master"] = "Master";
$message["masters"] = "Masters";
$message["slave"] = "Slave";
$message["slaves"] = "Slaves";
$message["master_slave"] = "Master/Slave";
$message["query"] = "Zapytanie";
$message["refresh"] = "Odśwież";
$message["insert"] = "Wstaw";
$message["add"] = "Dodaj";
$message["clear"] = "Wyczyść";
$message["delete"] = "Usuń";
$message["remove"] = "Usuń";
$message["argument"] = "Argument";
$message["update"] = "Zaktualizuj";
$message["duplicate"] = "Duplikat";
$message["text"] = "Tekst";
$message["yes"] = "Tak";
$message["no"] = "Nie";
$message["statistics"] = "Statystyki";
$message["export"] = "Eksport";
$message["import"] = "Import";
$message["transfer"] = "Transfer";
$message["drop"] = "Wyrzuć";
$message["more"] = "Więcej";
$message["rename"] = "Zmień nazwę";
$message["indexes"] = "Indeksy";
$message["properties"] = "Właściwości";
$message["validate"] = "Sprawdź poprawność";
$message["repair"] = "Napraw";
$message["all"] = "Wszystko";
$message["authentication"] = "Autoryzacja";
$message["profile"] = "Profil";
$message["create_collection"] = "Nowa kolekcja";
$message["create_collection_full"] = "Dodaj nową kolekcję";
$message["create_database"] = "Dodaj nową bazę danych";
$message["save"] = "Zapisz";
$message["back"] = "Wróć";
$message["server_status"] = "Status serwera";
$message["command_line"] = "Linia komend";
$message["connection"] = "Połączenie";
$message["web"] = "Web";
$message["directives"] = "Dyrektywy";
$message["directive"] = "Dyrektywa";
$message["global_value"] = "Wartość globalna";
$message["local_value"] = "Wartość lokalna";
$message["build_info"] = "Build Information";
$message["kill"] = "Kill";
$message["killop"] = "Are you sure to kill the op";
$message["killoperation"] = "Kill Operation";
$message["create"] = "Create";
$message["name"] = "Name";
$message["newname"] = "New Name";
$message["oldname"] = "Old Name";
$message["iscapped"] = "Is Capped";
$message["size"] = "Size";
$message["max"] = "Max";
$message["modifyrow"] = "Modify Row";
$message["data"] = "Data";
$message["validarray"] = "Data must be a valid PHP array, just like:";
$message["responseserver"] = "Response from server:";
$message["db"] = "DB";
$message["gotodbs"] = "Go to databases";
$message["dropdatabase"] = "Drop Database";
$message["dropwarning"] = "Warning: are you sure you want to drop the database";
$message["dropwarning2"] = "All data in the database will be lost!";
$message["createrow"] = "Create Row";
$message["storagesize"] = "Storage Size";
$message["datasize"] = "Data Size";
$message["indexsize"] = "Index Size";
$message["collections"] = "Collections";
$message["objects"] = "Objects";
$message["repairdbmsg"] = "Are you sure to repair database";
$message["nocollections"] = "There is no collections here, you can not transfer.";
$message["nocollections2"] = "No collections yet";
$message["download"] = "Download?";
$message["compressed"] = "Compressed";
$message["rowsexported"] = "rows exported";
$message["createnewcollection"] = "Create new collection in db";
$message["target"] = "Target";
$message["host"] = "Host";
$message["port"] = "Port";
$message["copyindexes"] = "Copy Indexes?";
$message["confirm"] = "Confirm";
$message["fields"] = "Fields";
$message["unique"] = "Unique";
$message["key"] = "Key";
$message["operation"] = "Operation";
$message["removeduplicates"] = "Remove duplicates?";
$message["listdbcommands"] = "List of database commands";
$message["format"] = "Format";
$message["execute_command"] = "Execute Command";
$message["validate"] = "Validate";
$message["dropifexists"] = "Drop if exists?";
$message["warningprops"] = "<strong>Notice</strong>: To change collection options, we will create a new collection, copy all data from old one, then drop old one. This will spend a long time to complete when you have a large collection.";
$message["warningindex"] = "Are you sure to drop the index";
$message["createindex"] = "Create new Index";
$message["copycollection"] = "Copy Collection";
$message["to"] = "To";
$message["removeifexists"] = "Remove target if exists?";
$message["selectdb"] = "Select Db";
/** Add user **/
$message["users"] = "Users";
$message["adduser"] = "Add User";
$message["username"] = "UserName";
$message["confirm_pass"] = "Confirm Password";
$message["readonly"] = "Read Only?";
$message["addreplace"] = "Add or Replace";
/** Manual links **/
$message["querying"] = "Querying";
$message["updating"] = "Updating";
$message["commands"] = "Commands";
$message["jsapi"] = "JS API";
$message["phpmongo"] = "PHP Mongo";
/** Replication **/
$message["repstatus"] = "Replication Status";
$message["me"] = "Me";
$message["repstatus"] = "Repair Database";
$message["response_from_server"] = "Response from Server";
$message["dropped_from_database"] = "is dropped from database";
$message["noqueryhistory"] = "No query history yet.";
$message["requery"] = "Re-query";
$message["date"] = "Date";
$message["change_level"] = "Change level";
$message["clear_profile"] = "Are you sure to clear profile on db";
$message["choose_profiling_level"] = "Choose current profiling level";
$message["profiling_level1"] = "0 - off";
$message["profiling_level2"] = "1 - log slow operations (>N ms)";
$message["profiling_level3"] = "2 - log all operations";
$message["timecost"] = "Time cost";
/** Collection operations **/
$message["submit_query"] = "Submit Query";
$message["explain"] = "Explain";
$message["clear_conditions"] = "Clear Conditions";
$message["rows_per_page"] = "Rows per Page";
$message["action"] = "Action";
$message["limit"] = "Limit";
$message["new_field"] = "New Field";
/** Top bar **/
$message["tools"] = "Tools";
$message["manuals"] = "Manuals";
$message["logout"] = "Logout";
$message["switch_hosts"] = "Switch Hosts";
/** About **/
$message["about_content"] = '<strong class="big">RockMongo</strong> is a MongoDB administration tool, written in PHP 5.
<p>See <a href="http://rockmongo.com" target="_blank">http://rockmongo.com</a> for more details.</p>
<p>If you have any questions, please send email to me: <a href="mailto:iwind.liu@gmail.com">iwind.liu@gmail.com</a> .</p>
<p>Documents:<ul>
<li><a href="http://code.google.com/p/rock-php/wiki/rock_mongo_change_log" target="_blank">Changelog</a></li>
<li><a href="http://code.google.com/p/rock-php/wiki/configuration" target="_blank">Configuration</a></li>
<li><a href="http://code.google.com/p/rock-php/wiki/plugin" target="_blank">Plug-in</a></li>
<li><a href="http://code.google.com/p/rock-php/wiki/FAQ" target="_blank">FAQ</a></li>
<li><a href="http://rockmongo.com/?action=donation" target="_blank">Donation<br/><img src="http://www.paypal.com/en_US/i/btn/x-click-but04.gif"/></a></li>
<li><a href="http://code.google.com/p/rock-php/issues/list" target="_blank">Report an Issue</li>
</ul></p>
';
/** Login **/
$message["loginandrock"] = "Login and Rock";
$message["changeconfig"] = "You may change your username and password in config.php.";
$message["rockmongocredits"] = "Powered by <a href=\"http://rockmongo.com\" target=\"_blank\">RockMongo</a> v" . (ROCK_MONGO_VERSION) . ", <a href=\"http://rockmongo.com/?action=downloads\" target=\"_blank\">check out new version here.</a>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment