diff --git a/actions-web.php b/actions-web.php index 6459f319..06a4b449 100644 --- a/actions-web.php +++ b/actions-web.php @@ -533,8 +533,9 @@ function login($number,$password) $password=$db->conn->real_escape_string(trim($password)); $number=str_replace(" ","",$number); $number=str_replace("-","",$number); $number=str_replace("/","",$number); if ($number[0]=="0") $number=$countrycode.substr($number,1,strlen($number)); + $altnumber=$countrycode.$number; - $result=$db->query("SELECT userId FROM users WHERE number='$number' AND password=SHA2('$password',512)"); + $result=$db->query("SELECT userId FROM users WHERE (number='$number' OR number='$altnumber') AND password=SHA2('$password',512)"); if ($result->num_rows==1) { $row=$result->fetch_assoc(); diff --git a/languages/de_DE/LC_MESSAGES/messages.mo b/languages/de_DE/LC_MESSAGES/messages.mo index d58e001c..06338478 100644 Binary files a/languages/de_DE/LC_MESSAGES/messages.mo and b/languages/de_DE/LC_MESSAGES/messages.mo differ diff --git a/languages/de_DE/LC_MESSAGES/messages.po b/languages/de_DE/LC_MESSAGES/messages.po index 2b97ed80..0292dd39 100644 --- a/languages/de_DE/LC_MESSAGES/messages.po +++ b/languages/de_DE/LC_MESSAGES/messages.po @@ -1,21 +1,159 @@ msgid "" msgstr "" "Project-Id-Version: Open Source Bike Share\n" -"POT-Creation-Date: 2015-09-05 11:46+0200\n" -"PO-Revision-Date: 2015-09-05 11:48+0200\n" -"Last-Translator: Nico Heßler \n" +"POT-Creation-Date: 2015-09-13 13:01+0100\n" +"PO-Revision-Date: 2015-09-13 13:01+0100\n" +"Last-Translator: Daniel Duris \n" "Language-Team: Open Source Bike Share \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.4\n" +"X-Generator: Poedit 1.5.4\n" "X-Poedit-KeywordsList: _;gettext;gettext_noop\n" "X-Poedit-Basepath: ../../..\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SearchPath-0: .\n" +#: index.php:79 +msgid "Help" +msgstr "Hilfe" + +#: index.php:81 admin.php:56 +msgid "Admin" +msgstr "Admin" + +#: index.php:85 +msgid "Remaining credit" +msgstr "Guthaben" + +#: index.php:85 +msgid "Add credit" +msgstr "Guthaben hinzufügen" + +#: index.php:85 +msgid "Confirm coupon" +msgstr "Gutschein" + +#: index.php:86 admin.php:58 +msgid "Log out" +msgstr "Abmelden" + +#: index.php:105 +msgid "User / phone number or password incorrect! Please, try again." +msgstr "Ungültige Telefonnummer oder Passwort!" + +#: index.php:106 +msgid "Session timed out! Please, log in again." +msgstr "Session abgelaufen! Bitte neu anmelden." + +#: index.php:110 admin.php:136 register.php:55 install/index.php:237 +msgid "Phone number:" +msgstr "Telefonnummer:" + +#: index.php:110 +msgid "User number:" +msgstr "Benutzer Nummer:" + +#: index.php:113 register.php:75 install/index.php:234 +msgid "Password:" +msgstr "Passwort:" + +#: index.php:113 +msgid "Forgotten? Reset password" +msgstr "Login vergessen? Passwort zurücksetzten" + +#: index.php:116 +msgid "Log in" +msgstr "Login" + +#: index.php:134 +msgid "" +"Choose bike number and rent bicycle. You will receive a code to unlock the " +"bike and the new code to set." +msgstr "" + +#: index.php:134 +msgid "Rent" +msgstr "ausleihen" + +#: index.php:144 +msgid "Describe problem" +msgstr "Problembeschreibung" + +#: index.php:151 +msgid "Return this bicycle to the selected stand." +msgstr "" + +#: index.php:151 +msgid "Return bicycle" +msgstr "Fahrrad zurück geben" + +#: index.php:151 +msgid "and" +msgstr "und" + +#: index.php:151 +msgid "" +"Use this link to open a text field to write in any issues with the bicycle " +"you are returning (flat tire, chain stuck etc.)." +msgstr "" + +#: index.php:151 +msgid "report problem" +msgstr "Ein Problem melden" + +#: receive.php:14 +msgid "Your number is not registered." +msgstr "Deine Nummer ist nicht registriert." + +#: receive.php:35 receive.php:44 receive.php:54 receive.php:91 receive.php:99 +msgid "with bike number:" +msgstr "mit der Fahrradnummer:" + +#: receive.php:39 receive.php:49 +msgid "with bike number and stand name:" +msgstr "mit der Fahrradnummer und dem Standortname:" + +#: receive.php:58 receive.php:80 +msgid "with stand name:" +msgstr "mit Standortname:" + +#: receive.php:62 +#, fuzzy +msgid "with bike number/stand name and problem description:" +msgstr "mit Fahrradnummer und Problembeschreibung:" + +#: receive.php:62 +msgid "Flat tire on front wheel" +msgstr "Platten am Vorderrad" + +#: receive.php:66 +#, fuzzy +msgid "with stand name and problem description:" +msgstr "mit Fahrradnummer und Problembeschreibung:" + +#: receive.php:66 +msgid "vandalism" +msgstr "" + +#: receive.php:70 +msgid "" +"with bike number and optional pattern. All messages or notes matching " +"pattern will be deleted:" +msgstr "" + +#: receive.php:74 +msgid "" +"with stand name and optional pattern. All notes matching pattern will be " +"deleted for all bikes on that stand:" +msgstr "" + +#: receive.php:86 +msgid "with email, phone, fullname:" +msgstr "mit Email, Telefon, Name:" + #: actions-qrcode.php:47 actions-web.php:44 msgid "You are below required credit" msgstr "Du bist unterm erforderlichen Guthaben" @@ -57,12 +195,12 @@ msgstr "auf einmal und du hast schon ausgeliehen" #: actions-qrcode.php:120 actions-qrcode.php:166 actions-sms.php:165 #: actions-sms.php:169 actions-sms.php:205 actions-sms.php:210 #: actions-sms.php:288 actions-sms.php:334 actions-sms.php:378 -#: actions-sms.php:395 actions-sms.php:399 actions-sms.php:536 -#: actions-sms.php:609 actions-sms.php:673 actions-sms.php:709 -#: actions-sms.php:737 actions-sms.php:738 actions-web.php:84 +#: actions-sms.php:395 actions-sms.php:399 actions-sms.php:554 +#: actions-sms.php:853 actions-sms.php:917 actions-sms.php:953 +#: actions-sms.php:981 actions-sms.php:982 actions-web.php:84 #: actions-web.php:88 actions-web.php:116 actions-web.php:121 #: actions-web.php:177 actions-web.php:221 actions-web.php:225 -#: actions-web.php:347 actions-web.php:462 +#: actions-web.php:347 actions-web.php:465 msgid "Bike" msgstr "Fahrrad" @@ -165,6 +303,166 @@ msgid "" "the system admins." msgstr "Unbekannter QR Code. Bitte noch mal scannen oder einem Admin melden." +#: admin.php:10 +msgid "You need admin privileges to access this page." +msgstr "Du braucht Admin Rechte zum anzeigen der Seite." + +#: admin.php:16 +msgid "administration" +msgstr "" + +#: admin.php:49 agree.php:29 register.php:28 install/index.php:101 +msgid "Toggle navigation" +msgstr "Menü umschalten" + +#: admin.php:55 agree.php:38 +msgid "Map" +msgstr "Karte" + +#: admin.php:68 +msgid "Administration" +msgstr "Administration" + +#: admin.php:78 +msgid "Fleet" +msgstr "Flotte" + +#: admin.php:79 +msgid "Stands" +msgstr "Fahrradständer" + +#: admin.php:80 +msgid "Users" +msgstr "Benutzer" + +#: admin.php:84 +msgid "Credit system" +msgstr "Zahlsystem" + +#: admin.php:86 +msgid "Reports" +msgstr "Berichte" + +#: admin.php:95 +msgid "Display the bike stand location or name of person using it." +msgstr "Zeigt den Fahrradständer oder die ausleihende Person." + +#: admin.php:95 +msgid "Where is?" +msgstr "Wo ist?" + +#: admin.php:96 +msgid "" +"Be careful! Revert accidentaly rented bike in case of mistake or misread " +"bike number." +msgstr "" + +#: admin.php:96 actions-web.php:360 +msgid "Revert" +msgstr "Zurücksetzten" + +#: admin.php:97 +msgid "" +"Display network usage (blank) or history of bike usage (number entered)." +msgstr "" + +#: admin.php:97 +msgid "Last usage" +msgstr "Letzte Benutzung" + +#: admin.php:106 +msgid "Stand situation" +msgstr "" + +#: admin.php:117 +msgid "Display existing coupons." +msgstr "" + +#: admin.php:117 +msgid "List coupons" +msgstr "Gutscheinliste" + +#: admin.php:118 admin.php:119 admin.php:120 +msgid "Generate new coupons." +msgstr "Neue Gutscheine erzeugen" + +#: admin.php:118 admin.php:119 admin.php:120 +msgid "Generate" +msgstr "Generieren" + +#: admin.php:118 admin.php:119 admin.php:120 actions-web.php:741 +msgid "coupons" +msgstr "Gutscheine" + +#: admin.php:129 +msgid "Show list of users." +msgstr "Zeige die Liste aller Benutzer." + +#: admin.php:129 +msgid "User list" +msgstr "Benutzerliste" + +#: admin.php:133 register.php:70 install/index.php:233 +msgid "Fullname:" +msgstr "Name:" + +#: admin.php:134 register.php:72 install/index.php:235 +msgid "Email:" +msgstr "Email:" + +#: admin.php:138 +msgid "Privileges:" +msgstr "Rechte:" + +#: admin.php:139 +msgid "Bike limit:" +msgstr "Fahrradbegrenzung:" + +#: admin.php:141 +msgid "Save" +msgstr "Speichern" + +#: admin.php:142 admin.php:143 admin.php:144 +msgid "Add" +msgstr "Hinzufügen" + +#: admin.php:151 +#, fuzzy +msgid "Show usage stats by day." +msgstr "Benutzer Statistik anziegen" + +#: admin.php:151 +msgid "Daily stats" +msgstr "" + +#: admin.php:152 +msgid "Show user stats." +msgstr "Benutzer Statistik anziegen" + +#: admin.php:152 +msgid "User stats" +msgstr "Benutzer Statistik" + +#: admin.php:153 +msgid "Show history of stand to stand bike trips as lines." +msgstr "" + +#: admin.php:153 +msgid "Trips overlay" +msgstr "" + +#: admin.php:169 agree.php:60 +msgid "Privacy policy:" +msgstr "Datenschutzerklärung:" + +#: admin.php:169 agree.php:60 register.php:88 install/index.php:437 +msgid "We will use your details for" +msgstr "Wir werden deine Daten nur für " + +#: admin.php:169 agree.php:60 register.php:88 install/index.php:437 +msgid "related activities only" +msgstr "bezogene Dinge verwenden" + #: actions-sms.php:28 msgid "Error. The command" msgstr "Fehler. Der Befehl" @@ -181,8 +479,10 @@ msgstr "Standortname" msgid "has not been recognized. Stands are marked by CAPITALLETTERS." msgstr "ist nicht vorhanden. Fahrradständer sind Groß geschrieben." -#: actions-sms.php:60 actions-sms.php:422 actions-sms.php:438 common.php:291 -#: install/index.php:283 install/index.php:296 +#: actions-sms.php:60 actions-sms.php:422 actions-sms.php:438 +#: actions-sms.php:623 actions-sms.php:682 actions-sms.php:741 +#: actions-sms.php:789 common.php:291 install/index.php:283 +#: install/index.php:296 msgid "Stand" msgstr "Standort" @@ -275,8 +575,8 @@ msgstr "in Benutzung von" msgid "Note" msgstr "Bemerlung" -#: actions-sms.php:331 actions-sms.php:658 actions-web.php:253 common.php:411 -#: common.php:444 common.php:459 +#: actions-sms.php:331 actions-sms.php:772 actions-sms.php:902 +#: actions-web.php:253 common.php:411 common.php:444 common.php:459 msgid "by" msgstr "von" @@ -300,8 +600,9 @@ msgstr "wurde zurückgegeben von einem Admin" msgid "Credit" msgstr "Guthaben" -#: actions-sms.php:378 actions-sms.php:422 actions-sms.php:536 -#: actions-sms.php:609 actions-sms.php:673 common.php:291 +#: actions-sms.php:378 actions-sms.php:422 actions-sms.php:554 +#: actions-sms.php:623 actions-sms.php:682 actions-sms.php:741 +#: actions-sms.php:789 actions-sms.php:853 actions-sms.php:917 common.php:291 msgid "does not exist" msgstr "existiert nicht" @@ -313,7 +614,7 @@ msgstr "Fahrrad Bemerkung" msgid "is at stand" msgstr "ist am Standort" -#: actions-sms.php:399 actions-sms.php:550 +#: actions-sms.php:399 actions-sms.php:568 msgid "is rented by" msgstr "ist ausgeliehen von" @@ -325,7 +626,8 @@ msgstr "ist leer" msgid "(first)" msgstr "(erster)" -#: actions-sms.php:451 +#: actions-sms.php:451 actions-sms.php:722 actions-sms.php:726 +#: actions-sms.php:772 msgid "on stand" msgstr "beim Fahrradständer" @@ -345,119 +647,207 @@ msgstr "Leere Fahrradständer" msgid "Problem with SMS" msgstr "Problem mit der SMS" -#: actions-sms.php:546 actions-sms.php:619 +#: actions-sms.php:543 actions-sms.php:844 +#, fuzzy +msgid "Error in bike number / stand name specification:" +msgstr "mit der Fahrradnummer und dem Standortname:" + +#: actions-sms.php:564 actions-sms.php:863 msgid "is at" msgstr "ist" -#: actions-sms.php:574 +#: actions-sms.php:590 msgid "No notes found for bike" msgstr "Nicht gefunden für Fahrrad" -#: actions-sms.php:574 actions-sms.php:578 +#: actions-sms.php:590 actions-sms.php:594 actions-sms.php:650 +#: actions-sms.php:654 actions-sms.php:709 actions-sms.php:713 msgid "to delete" msgstr "zum löschen" -#: actions-sms.php:578 +#: actions-sms.php:594 actions-sms.php:654 actions-sms.php:713 msgid "No notes matching pattern" msgstr "" -#: actions-sms.php:578 +#: actions-sms.php:594 msgid "found for bike" msgstr "gefunden für Fahrrad" -#: actions-sms.php:587 +#: actions-sms.php:603 actions-sms.php:663 actions-sms.php:722 msgid "All" msgstr "Alle" -#: actions-sms.php:587 actions-sms.php:591 +#: actions-sms.php:603 actions-sms.php:607 actions-sms.php:663 +#: actions-sms.php:667 actions-sms.php:722 actions-sms.php:726 #, php-format msgid "%d note" msgid_plural "%d notes" msgstr[0] "%d Bemerkung" msgstr[1] "%d Bemerkungen" -#: actions-sms.php:587 actions-sms.php:591 +#: actions-sms.php:603 actions-sms.php:607 msgid "for bike" msgstr "für Fahrrad" -#: actions-sms.php:587 actions-sms.php:591 +#: actions-sms.php:603 actions-sms.php:607 actions-sms.php:663 +#: actions-sms.php:667 actions-sms.php:722 actions-sms.php:726 msgid "deleted by" msgstr "gelöscht von" -#: actions-sms.php:591 +#: actions-sms.php:607 actions-sms.php:667 actions-sms.php:726 msgid "matching" msgstr "gefunden" -#: actions-sms.php:623 -msgid "is rented" -msgstr "ist ausgeliehen" +#: actions-sms.php:650 +#, fuzzy +msgid "No bikes with notes found for stand" +msgstr "Nicht gefunden für Fahrrad" -#: actions-sms.php:642 -msgid "Empty note for bike" +#: actions-sms.php:654 +#, fuzzy +msgid "found for bikes on stand" +msgstr "gefunden für Fahrrad" + +#: actions-sms.php:663 actions-sms.php:667 +#, fuzzy +msgid "for bikes on stand" +msgstr "von diesem Standort" + +#: actions-sms.php:709 +#, fuzzy +msgid "No notes found for stand" +msgstr "Nicht gefunden für Fahrrad" + +#: actions-sms.php:713 +#, fuzzy +msgid "found on stand" +msgstr "beim Fahrradständer" + +#: actions-sms.php:758 +#, fuzzy +msgid "Empty note for stand" msgstr "Leere Bemerkung für Fahrrad" -#: actions-sms.php:642 +#: actions-sms.php:758 actions-sms.php:886 msgid "not saved, for deleting notes use DELNOTE (for admins)" msgstr "" -#: actions-sms.php:657 actions-web.php:336 -msgid "Note for bike" +#: actions-sms.php:771 +#, fuzzy +msgid "Note for stand" msgstr "Bemerkung für Fahrrad" -#: actions-sms.php:657 +#: actions-sms.php:771 actions-sms.php:901 msgid "saved" msgstr "gespeichert" -#: actions-sms.php:658 actions-web.php:253 +#: actions-sms.php:772 actions-sms.php:902 actions-web.php:253 msgid "Note #" msgstr "Bemerkung #" -#: actions-sms.php:709 actions-web.php:434 +#: actions-sms.php:806 +#, fuzzy +msgid "Empty tag for stand" +msgstr "Leere Fahrradständer" + +#: actions-sms.php:806 +msgid "" +"not saved, for deleting notes for all bikes on stand use UNTAG (for admins)" +msgstr "" + +#: actions-sms.php:819 actions-sms.php:820 +#, fuzzy +msgid "All bikes on stand" +msgstr "ist am Standort" + +#: actions-sms.php:819 +msgid "tagged" +msgstr "" + +#: actions-sms.php:820 +#, fuzzy +msgid "tagged by" +msgstr "ausgeliehen von" + +#: actions-sms.php:820 +#, fuzzy +msgid "with note:" +msgstr "mit dem Code" + +#: actions-sms.php:867 +msgid "is rented" +msgstr "ist ausgeliehen" + +#: actions-sms.php:886 +msgid "Empty note for bike" +msgstr "Leere Bemerkung für Fahrrad" + +#: actions-sms.php:901 actions-web.php:336 +msgid "Note for bike" +msgstr "Bemerkung für Fahrrad" + +#: actions-sms.php:953 actions-web.php:437 msgid "is not rented right now. Revert not successful!" msgstr "ist gerade nicht verliehen. Zurückgeben fehlgeschlagen!" -#: actions-sms.php:737 +#: actions-sms.php:981 msgid "reverted to stand" msgstr "zurück zum Fahrradständer" -#: actions-sms.php:737 actions-web.php:461 +#: actions-sms.php:981 actions-web.php:464 msgid "with code" msgstr "mit dem Code" -#: actions-sms.php:738 actions-web.php:462 +#: actions-sms.php:982 actions-web.php:465 msgid "has been returned. You can now rent a new bicycle." msgstr "ist zurückgegeben. Du kannst jetzt ein neues Fahrrad ausleihen." -#: actions-sms.php:742 +#: actions-sms.php:986 msgid "No last code for bicycle" msgstr "Kein Code für Fahrrad" -#: actions-sms.php:742 actions-web.php:466 +#: actions-sms.php:986 actions-web.php:469 msgid "found. Revert not successful!" msgstr "gefunden. Zurücksetzten nicht erfolgreich!" -#: actions-sms.php:764 +#: actions-sms.php:1008 msgid "Contact information conflict: This number already registered:" msgstr "Kontaktinformationen Fehler: Diese Nummer ist bereits registriert:" -#: actions-sms.php:770 +#: actions-sms.php:1014 msgid "Contact information is in incorrect format. Use:" msgstr "Kontakt Informationen sind im falschen Format. Nutze:" -#: actions-sms.php:780 js/translations.php:27 +#: actions-sms.php:1024 js/translations.php:27 msgid "User" msgstr "Benutzer" -#: actions-sms.php:780 +#: actions-sms.php:1024 msgid "" "added. They need to read email and agree to rules before using the system." msgstr "hinzugefügt. Sie müssen die Emal lesen und den Regeln zustimmen." -#: actions-sms.php:792 actions-web.php:583 +#: actions-sms.php:1036 actions-web.php:586 msgid "Sorry, this command is only available for the privileged users." msgstr "" "Sorry, dieser Befehl steht nur Benutzer mit höheren Rechten zur Verfügung." +#: agree.php:13 +msgid "account activation" +msgstr "" + +#: agree.php:46 +msgid "Account activation" +msgstr "" + +#: agree.php:54 +msgid "By registering I confirm that I have read:" +msgstr "" + +#: agree.php:54 +msgid "User Guide" +msgstr "Benutzerhandbuch" + #: actions-web.php:111 msgid "You already rented bike" msgstr "Du hast schon ein Fahrrad gemietet" @@ -498,319 +888,184 @@ msgstr "gelöscht" msgid "history" msgstr "Geschichte" -#: actions-web.php:357 admin.php:96 -msgid "Revert" -msgstr "Zurücksetzten" - -#: actions-web.php:373 +#: actions-web.php:376 msgid "Current network usage:" msgstr "Aktuelle Netzwerk Auslastung:" -#: actions-web.php:374 install/index.php:281 +#: actions-web.php:377 install/index.php:281 #, php-format msgid "%d bicycle" msgid_plural "%d bicycles" msgstr[0] "%d Fahrrad" msgstr[1] "%d Fahrräder" -#: actions-web.php:374 +#: actions-web.php:377 msgid "in use" msgstr "in Benutzung" -#: actions-web.php:434 actions-web.php:461 +#: actions-web.php:437 actions-web.php:464 msgid "Bicycle" msgstr "Fahrrad" -#: actions-web.php:461 +#: actions-web.php:464 msgid "reverted to" msgstr "zurückgesetzt zu" -#: actions-web.php:466 +#: actions-web.php:469 msgid "No last stand or code for bicycle" msgstr "Kein letzter Fahrradständer oder Code für dieses Fahrrad" -#: actions-web.php:486 +#: actions-web.php:489 msgid "Password do not match. Please correct and try again." msgstr "" "Passwort stimmt nicht überein. Bitte korrigieren und noch mal versuchen." -#: actions-web.php:498 +#: actions-web.php:501 msgid "" "You have been successfully registered. Please, check your email and read the " "instructions to finish your registration." msgstr "" -#: actions-web.php:506 +#: actions-web.php:509 msgid "" "Password successfully changed. Your username is your phone number. Continue " "to" msgstr "" -#: actions-web.php:506 +#: actions-web.php:509 msgid "login" msgstr "Login" -#: actions-web.php:511 +#: actions-web.php:514 msgid "Problem with the SMS code entered. Please check and try again." msgstr "" -#: actions-web.php:520 +#: actions-web.php:523 msgid "" "You have been successfully registered. Please, check your email and read the " "instructions to finish your registration. Your number for login is:" msgstr "" -#: actions-web.php:603 +#: actions-web.php:606 msgid "Enter this code to register:" msgstr "Gib diesen Code zum registrieren ein:" -#: actions-web.php:604 +#: actions-web.php:607 msgid "Enter this code to change password:" msgstr "Gib diesen Code zum Ändern des Passworts ein:" -#: actions-web.php:689 +#: actions-web.php:703 msgid "Details of user" msgstr "Benutzerdeteils" -#: actions-web.php:689 +#: actions-web.php:703 msgid "updated" msgstr "aktualisiert" -#: actions-web.php:701 +#: actions-web.php:715 msgid "Added" msgstr "Hinzufügen" -#: actions-web.php:701 +#: actions-web.php:715 msgid "credit for" msgstr "Guthaben für" -#: actions-web.php:727 +#: actions-web.php:741 msgid "Generated 10 new" msgstr "10 neue genereiert" -#: actions-web.php:727 admin.php:118 admin.php:119 admin.php:120 -msgid "coupons" -msgstr "Gutscheine" - -#: actions-web.php:735 actions-web.php:750 js/translations.php:32 +#: actions-web.php:749 actions-web.php:764 js/translations.php:32 msgid "Coupon" msgstr "Gutschein" -#: actions-web.php:735 +#: actions-web.php:749 msgid "sold" msgstr "verkauft" -#: actions-web.php:750 -msgid "has been redeemed" -msgstr "ist eingelöst" - -#: actions-web.php:752 -msgid "Invalid coupon, try again." -msgstr "Ungültiger Gutschein, bitte noch mal versuchen." - -#: actions-web.php:760 -msgid "No such user found." -msgstr "Keinen Benutzer gefunden." - -#: actions-web.php:765 -msgid "Password reset" -msgstr "Passwort zurücksetzten" - -#: actions-web.php:774 common.php:336 -msgid "Hello" -msgstr "Hallo" - -#: actions-web.php:775 actions-web.php:779 -msgid "Your password has been reset successfully." -msgstr "Dein Passwort wurde erfolgreich geändert." - -#: actions-web.php:776 -msgid "Your new password is:" -msgstr "Dein neues Passwort ist:" - -#: actions-web.php:779 -msgid "Check your email." -msgstr "Überprüfe deine Emails." - -#: admin.php:10 -msgid "You need admin privileges to access this page." -msgstr "Du braucht Admin Rechte zum anzeigen der Seite." - -#: admin.php:16 -msgid "administration" -msgstr "" - -#: admin.php:49 agree.php:29 install/index.php:101 register.php:28 -msgid "Toggle navigation" -msgstr "Menü umschalten" - -#: admin.php:55 agree.php:38 -msgid "Map" -msgstr "Karte" - -#: admin.php:56 index.php:81 -msgid "Admin" -msgstr "Admin" - -#: admin.php:58 index.php:86 -msgid "Log out" -msgstr "Abmelden" - -#: admin.php:68 -msgid "Administration" -msgstr "Administration" - -#: admin.php:78 -msgid "Fleet" -msgstr "Flotte" - -#: admin.php:79 -msgid "Stands" -msgstr "Fahrradständer" - -#: admin.php:80 -msgid "Users" -msgstr "Benutzer" - -#: admin.php:84 -msgid "Credit system" -msgstr "Zahlsystem" - -#: admin.php:86 -msgid "Reports" -msgstr "Berichte" - -#: admin.php:95 -msgid "Display the bike stand location or name of person using it." -msgstr "Zeigt den Fahrradständer oder die ausleihende Person." - -#: admin.php:95 -msgid "Where is?" -msgstr "Wo ist?" - -#: admin.php:96 -msgid "" -"Be careful! Revert accidentaly rented bike in case of mistake or misread " -"bike number." -msgstr "" - -#: admin.php:97 -msgid "" -"Display network usage (blank) or history of bike usage (number entered)." -msgstr "" - -#: admin.php:97 -msgid "Last usage" -msgstr "Letzte Benutzung" - -#: admin.php:106 -msgid "Stand situation" -msgstr "" - -#: admin.php:117 -msgid "Display existing coupons." -msgstr "" - -#: admin.php:117 -msgid "List coupons" -msgstr "Gutscheinliste" - -#: admin.php:118 admin.php:119 admin.php:120 -msgid "Generate new coupons." -msgstr "Neue Gutscheine erzeugen" - -#: admin.php:118 admin.php:119 admin.php:120 -msgid "Generate" -msgstr "Generieren" - -#: admin.php:129 -msgid "Show list of users." -msgstr "Zeige die Liste aller Benutzer." +#: actions-web.php:764 +msgid "has been redeemed" +msgstr "ist eingelöst" -#: admin.php:129 -msgid "User list" -msgstr "Benutzerliste" +#: actions-web.php:766 +msgid "Invalid coupon, try again." +msgstr "Ungültiger Gutschein, bitte noch mal versuchen." -#: admin.php:133 install/index.php:233 register.php:70 -msgid "Fullname:" -msgstr "Name:" +#: actions-web.php:774 +msgid "No such user found." +msgstr "Keinen Benutzer gefunden." -#: admin.php:134 install/index.php:235 register.php:72 -msgid "Email:" -msgstr "Email:" +#: actions-web.php:779 +msgid "Password reset" +msgstr "Passwort zurücksetzten" -#: admin.php:136 index.php:110 install/index.php:237 register.php:55 -msgid "Phone number:" -msgstr "Telefonnummer:" +#: actions-web.php:788 common.php:336 +msgid "Hello" +msgstr "Hallo" -#: admin.php:138 -msgid "Privileges:" -msgstr "Rechte:" +#: actions-web.php:789 actions-web.php:793 +msgid "Your password has been reset successfully." +msgstr "Dein Passwort wurde erfolgreich geändert." -#: admin.php:139 -msgid "Bike limit:" -msgstr "Fahrradbegrenzung:" +#: actions-web.php:790 +msgid "Your new password is:" +msgstr "Dein neues Passwort ist:" -#: admin.php:141 -msgid "Save" -msgstr "Speichern" +#: actions-web.php:793 +msgid "Check your email." +msgstr "Überprüfe deine Emails." -#: admin.php:142 admin.php:143 admin.php:144 -msgid "Add" -msgstr "Hinzufügen" +#: register.php:10 +msgid "registration" +msgstr "Anmelden" -#: admin.php:151 -msgid "Show user stats." -msgstr "Benutzer Statistik anziegen" +#: register.php:38 register.php:47 common.php:322 +msgid "Registration" +msgstr "Registrieren" -#: admin.php:151 -msgid "User stats" -msgstr "Benutzer Statistik" +#: register.php:53 +msgid "Step 1 - Confirm your phone number" +msgstr "Schritt 1 - Bestätige deine Telefonnummer" -#: admin.php:152 -msgid "Show history of stand to stand bike trips as lines." -msgstr "" +#: register.php:57 +msgid "You will receive SMS code to this phone number." +msgstr "Du bekommst einen Code per SMS an diese Nummer geschickt." -#: admin.php:152 -msgid "Trips overlay" -msgstr "" +#: register.php:58 +msgid "Validate this phone number" +msgstr "Überprüfe diese Telefonnummer" -#: agree.php:13 -msgid "account activation" -msgstr "" +#: register.php:61 +msgid "Step 2 - Create account" +msgstr "Schritt 2 - Account anlegen" -#: agree.php:46 -msgid "Account activation" -msgstr "" +#: register.php:63 +msgid "SMS code (received to your phone):" +msgstr "SMS Code (zugeschickt an dein Handy)" -#: agree.php:54 -msgid "By registering I confirm that I have read:" -msgstr "" +#: register.php:66 +msgid "Step 1 - Create account" +msgstr "Schritt 1 - Account anlegen" -#: agree.php:54 -msgid "User Guide" -msgstr "Benutzerhandbuch" +#: register.php:70 +msgid "Firstname Lastname" +msgstr "Vorname Nachname" -#: agree.php:60 -msgid "Privacy policy:" -msgstr "Datenschutzerklärung:" +#: register.php:77 +msgid "Password confirmation:" +msgstr "Passwort wiederholen:" -#: agree.php:60 install/index.php:437 register.php:88 -msgid "We will use your details for" -msgstr "Wir werden deine Daten nur für " +#: register.php:81 +msgid "Create account" +msgstr "Account anlegen" -#: agree.php:60 install/index.php:437 register.php:88 -msgid "related activities only" -msgstr "bezogene Dinge verwenden" +#: register.php:88 install/index.php:437 +msgid "Privacy policy" +msgstr "Datenschutzerklärung" #: common.php:308 common.php:312 msgid "notification" msgstr "Benachrichtigung" -#: common.php:322 register.php:38 register.php:47 -msgid "Registration" -msgstr "Registrieren" - #: common.php:337 msgid "you have been registered into community bike share system" msgstr "" @@ -869,82 +1124,6 @@ msgstr "Datenbank Fehler" msgid "in" msgstr "in" -#: index.php:79 -msgid "Help" -msgstr "Hilfe" - -#: index.php:85 -msgid "Remaining credit" -msgstr "Guthaben" - -#: index.php:85 -msgid "Add credit" -msgstr "Guthaben hinzufügen" - -#: index.php:85 -msgid "Confirm coupon" -msgstr "Gutschein" - -#: index.php:105 -msgid "User / phone number or password incorrect! Please, try again." -msgstr "Ungültige Telefonnummer oder Passwort!" - -#: index.php:106 -msgid "Session timed out! Please, log in again." -msgstr "Session abgelaufen! Bitte neu anmelden." - -#: index.php:110 -msgid "User number:" -msgstr "Benutzer Nummer:" - -#: index.php:113 install/index.php:234 register.php:75 -msgid "Password:" -msgstr "Passwort:" - -#: index.php:113 -msgid "Forgotten? Reset password" -msgstr "Login vergessen? Passwort zurücksetzten" - -#: index.php:116 -msgid "Log in" -msgstr "Login" - -#: index.php:134 -msgid "" -"Choose bike number and rent bicycle. You will receive a code to unlock the " -"bike and the new code to set." -msgstr "" - -#: index.php:134 -msgid "Rent" -msgstr "ausleihen" - -#: index.php:144 -msgid "Describe problem" -msgstr "Problembeschreibung" - -#: index.php:151 -msgid "Return this bicycle to the selected stand." -msgstr "" - -#: index.php:151 -msgid "Return bicycle" -msgstr "Fahrrad zurück geben" - -#: index.php:151 -msgid "and" -msgstr "und" - -#: index.php:151 -msgid "" -"Use this link to open a text field to write in any issues with the bicycle " -"you are returning (flat tire, chain stuck etc.)." -msgstr "" - -#: index.php:151 -msgid "report problem" -msgstr "Ein Problem melden" - #: install/index.php:82 install/index.php:111 msgid "Installation" msgstr "Installation" @@ -1232,10 +1411,6 @@ msgstr "zu" msgid "Launch" msgstr "gründen" -#: install/index.php:437 register.php:88 -msgid "Privacy policy" -msgstr "Datenschutzerklärung" - #: js/translations.php:5 msgid "Select stand" msgstr "Standort auswählen" @@ -1341,77 +1516,3 @@ msgstr "Status" #: js/translations.php:35 msgid "Mark as sold" msgstr "Markiere als verkauf" - -#: receive.php:14 -msgid "Your number is not registered." -msgstr "Deine Nummer ist nicht registriert." - -#: receive.php:35 receive.php:44 receive.php:54 receive.php:83 receive.php:91 -msgid "with bike number:" -msgstr "mit der Fahrradnummer:" - -#: receive.php:39 receive.php:49 -msgid "with bike number and stand name:" -msgstr "mit der Fahrradnummer und dem Standortname:" - -#: receive.php:58 receive.php:72 -msgid "with stand name:" -msgstr "mit Standortname:" - -#: receive.php:62 -msgid "with bike number and problem description:" -msgstr "mit Fahrradnummer und Problembeschreibung:" - -#: receive.php:62 -msgid "Flat tire on front wheel" -msgstr "Platten am Vorderrad" - -#: receive.php:66 -msgid "" -"with bike number and optional pattern. All messages or notes matching " -"pattern will be deleted:" -msgstr "" - -#: receive.php:78 -msgid "with email, phone, fullname:" -msgstr "mit Email, Telefon, Name:" - -#: register.php:10 -msgid "registration" -msgstr "Anmelden" - -#: register.php:53 -msgid "Step 1 - Confirm your phone number" -msgstr "Schritt 1 - Bestätige deine Telefonnummer" - -#: register.php:57 -msgid "You will receive SMS code to this phone number." -msgstr "Du bekommst einen Code per SMS an diese Nummer geschickt." - -#: register.php:58 -msgid "Validate this phone number" -msgstr "Überprüfe diese Telefonnummer" - -#: register.php:61 -msgid "Step 2 - Create account" -msgstr "Schritt 2 - Account anlegen" - -#: register.php:63 -msgid "SMS code (received to your phone):" -msgstr "SMS Code (zugeschickt an dein Handy)" - -#: register.php:66 -msgid "Step 1 - Create account" -msgstr "Schritt 1 - Account anlegen" - -#: register.php:70 -msgid "Firstname Lastname" -msgstr "Vorname Nachname" - -#: register.php:77 -msgid "Password confirmation:" -msgstr "Passwort wiederholen:" - -#: register.php:81 -msgid "Create account" -msgstr "Account anlegen" diff --git a/languages/en_US/LC_MESSAGES/messages.mo b/languages/en_US/LC_MESSAGES/messages.mo index 9cd8a533..b0ac2a23 100644 Binary files a/languages/en_US/LC_MESSAGES/messages.mo and b/languages/en_US/LC_MESSAGES/messages.mo differ diff --git a/languages/en_US/LC_MESSAGES/messages.po b/languages/en_US/LC_MESSAGES/messages.po index 9d894545..916b5366 100644 --- a/languages/en_US/LC_MESSAGES/messages.po +++ b/languages/en_US/LC_MESSAGES/messages.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: Open Source Bike Share\n" -"POT-Creation-Date: 2015-05-27 00:15+0100\n" -"PO-Revision-Date: 2015-05-27 00:15+0100\n" +"POT-Creation-Date: 2015-09-13 13:00+0100\n" +"PO-Revision-Date: 2015-09-13 13:01+0100\n" "Last-Translator: Daniel Duris \n" "Language-Team: Open Source Bike Share \n" "Language: English\n" @@ -16,88 +16,96 @@ msgstr "" "X-Poedit-SourceCharset: UTF-8\n" "X-Poedit-SearchPath-0: /www/OpenSourceBikeShare\n" -#: /www/OpenSourceBikeShare/index.php:72 /www/OpenSourceBikeShare/admin.php:55 +#: /www/OpenSourceBikeShare/index.php:79 +msgid "Help" +msgstr "" + +#: /www/OpenSourceBikeShare/index.php:81 /www/OpenSourceBikeShare/admin.php:56 msgid "Admin" msgstr "" -#: /www/OpenSourceBikeShare/index.php:76 +#: /www/OpenSourceBikeShare/index.php:85 msgid "Remaining credit" msgstr "" -#: /www/OpenSourceBikeShare/index.php:76 +#: /www/OpenSourceBikeShare/index.php:85 msgid "Add credit" msgstr "" -#: /www/OpenSourceBikeShare/index.php:76 +#: /www/OpenSourceBikeShare/index.php:85 msgid "Confirm coupon" msgstr "" -#: /www/OpenSourceBikeShare/index.php:77 /www/OpenSourceBikeShare/admin.php:57 +#: /www/OpenSourceBikeShare/index.php:86 /www/OpenSourceBikeShare/admin.php:58 msgid "Log out" msgstr "" -#: /www/OpenSourceBikeShare/index.php:96 +#: /www/OpenSourceBikeShare/index.php:105 msgid "User / phone number or password incorrect! Please, try again." msgstr "" -#: /www/OpenSourceBikeShare/index.php:97 +#: /www/OpenSourceBikeShare/index.php:106 msgid "Session timed out! Please, log in again." msgstr "" -#: /www/OpenSourceBikeShare/index.php:101 -#: /www/OpenSourceBikeShare/admin.php:135 +#: /www/OpenSourceBikeShare/index.php:110 +#: /www/OpenSourceBikeShare/admin.php:136 #: /www/OpenSourceBikeShare/register.php:55 -#: /www/OpenSourceBikeShare/install/index.php:238 +#: /www/OpenSourceBikeShare/install/index.php:237 msgid "Phone number:" msgstr "" -#: /www/OpenSourceBikeShare/index.php:101 +#: /www/OpenSourceBikeShare/index.php:110 msgid "User number:" msgstr "" -#: /www/OpenSourceBikeShare/index.php:104 +#: /www/OpenSourceBikeShare/index.php:113 #: /www/OpenSourceBikeShare/register.php:75 -#: /www/OpenSourceBikeShare/install/index.php:235 +#: /www/OpenSourceBikeShare/install/index.php:234 msgid "Password:" msgstr "" -#: /www/OpenSourceBikeShare/index.php:104 +#: /www/OpenSourceBikeShare/index.php:113 msgid "Forgotten? Reset password" msgstr "" -#: /www/OpenSourceBikeShare/index.php:107 +#: /www/OpenSourceBikeShare/index.php:116 msgid "Log in" msgstr "" -#: /www/OpenSourceBikeShare/index.php:125 +#: /www/OpenSourceBikeShare/index.php:134 msgid "" "Choose bike number and rent bicycle. You will receive a code to unlock the " "bike and the new code to set." msgstr "" -#: /www/OpenSourceBikeShare/index.php:125 +#: /www/OpenSourceBikeShare/index.php:134 msgid "Rent" msgstr "" -#: /www/OpenSourceBikeShare/index.php:135 +#: /www/OpenSourceBikeShare/index.php:144 msgid "Describe problem" msgstr "" -#: /www/OpenSourceBikeShare/index.php:142 +#: /www/OpenSourceBikeShare/index.php:151 msgid "Return this bicycle to the selected stand." msgstr "" -#: /www/OpenSourceBikeShare/index.php:142 +#: /www/OpenSourceBikeShare/index.php:151 msgid "Return bicycle" msgstr "" -#: /www/OpenSourceBikeShare/index.php:142 +#: /www/OpenSourceBikeShare/index.php:151 +msgid "and" +msgstr "" + +#: /www/OpenSourceBikeShare/index.php:151 msgid "" "Use this link to open a text field to write in any issues with the bicycle " "you are returning (flat tire, chain stuck etc.)." msgstr "" -#: /www/OpenSourceBikeShare/index.php:142 +#: /www/OpenSourceBikeShare/index.php:151 msgid "report problem" msgstr "" @@ -108,8 +116,8 @@ msgstr "" #: /www/OpenSourceBikeShare/receive.php:35 #: /www/OpenSourceBikeShare/receive.php:44 #: /www/OpenSourceBikeShare/receive.php:54 -#: /www/OpenSourceBikeShare/receive.php:83 #: /www/OpenSourceBikeShare/receive.php:91 +#: /www/OpenSourceBikeShare/receive.php:99 msgid "with bike number:" msgstr "" @@ -119,12 +127,12 @@ msgid "with bike number and stand name:" msgstr "" #: /www/OpenSourceBikeShare/receive.php:58 -#: /www/OpenSourceBikeShare/receive.php:72 +#: /www/OpenSourceBikeShare/receive.php:80 msgid "with stand name:" msgstr "" #: /www/OpenSourceBikeShare/receive.php:62 -msgid "with bike number and problem description:" +msgid "with bike number/stand name and problem description:" msgstr "" #: /www/OpenSourceBikeShare/receive.php:62 @@ -132,12 +140,26 @@ msgid "Flat tire on front wheel" msgstr "" #: /www/OpenSourceBikeShare/receive.php:66 +msgid "with stand name and problem description:" +msgstr "" + +#: /www/OpenSourceBikeShare/receive.php:66 +msgid "vandalism" +msgstr "" + +#: /www/OpenSourceBikeShare/receive.php:70 msgid "" "with bike number and optional pattern. All messages or notes matching " "pattern will be deleted:" msgstr "" -#: /www/OpenSourceBikeShare/receive.php:78 +#: /www/OpenSourceBikeShare/receive.php:74 +msgid "" +"with stand name and optional pattern. All notes matching pattern will be " +"deleted for all bikes on that stand:" +msgstr "" + +#: /www/OpenSourceBikeShare/receive.php:86 msgid "with email, phone, fullname:" msgstr "" @@ -170,8 +192,8 @@ msgstr "" #: /www/OpenSourceBikeShare/actions-qrcode.php:71 #: /www/OpenSourceBikeShare/actions-sms.php:143 #: /www/OpenSourceBikeShare/actions-sms.php:147 -#: /www/OpenSourceBikeShare/actions-sms.php:271 -#: /www/OpenSourceBikeShare/actions-sms.php:458 +#: /www/OpenSourceBikeShare/actions-sms.php:273 +#: /www/OpenSourceBikeShare/actions-sms.php:451 #: /www/OpenSourceBikeShare/actions-web.php:64 #: /www/OpenSourceBikeShare/actions-web.php:68 #, php-format @@ -201,17 +223,17 @@ msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:169 #: /www/OpenSourceBikeShare/actions-sms.php:205 #: /www/OpenSourceBikeShare/actions-sms.php:210 -#: /www/OpenSourceBikeShare/actions-sms.php:286 -#: /www/OpenSourceBikeShare/actions-sms.php:341 -#: /www/OpenSourceBikeShare/actions-sms.php:385 -#: /www/OpenSourceBikeShare/actions-sms.php:402 -#: /www/OpenSourceBikeShare/actions-sms.php:406 -#: /www/OpenSourceBikeShare/actions-sms.php:543 -#: /www/OpenSourceBikeShare/actions-sms.php:616 -#: /www/OpenSourceBikeShare/actions-sms.php:676 -#: /www/OpenSourceBikeShare/actions-sms.php:712 -#: /www/OpenSourceBikeShare/actions-sms.php:740 -#: /www/OpenSourceBikeShare/actions-sms.php:741 +#: /www/OpenSourceBikeShare/actions-sms.php:288 +#: /www/OpenSourceBikeShare/actions-sms.php:334 +#: /www/OpenSourceBikeShare/actions-sms.php:378 +#: /www/OpenSourceBikeShare/actions-sms.php:395 +#: /www/OpenSourceBikeShare/actions-sms.php:399 +#: /www/OpenSourceBikeShare/actions-sms.php:554 +#: /www/OpenSourceBikeShare/actions-sms.php:853 +#: /www/OpenSourceBikeShare/actions-sms.php:917 +#: /www/OpenSourceBikeShare/actions-sms.php:953 +#: /www/OpenSourceBikeShare/actions-sms.php:981 +#: /www/OpenSourceBikeShare/actions-sms.php:982 #: /www/OpenSourceBikeShare/actions-web.php:84 #: /www/OpenSourceBikeShare/actions-web.php:88 #: /www/OpenSourceBikeShare/actions-web.php:116 @@ -219,8 +241,8 @@ msgstr "" #: /www/OpenSourceBikeShare/actions-web.php:177 #: /www/OpenSourceBikeShare/actions-web.php:221 #: /www/OpenSourceBikeShare/actions-web.php:225 -#: /www/OpenSourceBikeShare/actions-web.php:346 -#: /www/OpenSourceBikeShare/actions-web.php:459 +#: /www/OpenSourceBikeShare/actions-web.php:347 +#: /www/OpenSourceBikeShare/actions-web.php:465 msgid "Bike" msgstr "" @@ -291,7 +313,7 @@ msgid "Reported issue:" msgstr "" #: /www/OpenSourceBikeShare/actions-qrcode.php:144 -#: /www/OpenSourceBikeShare/actions-sms.php:254 +#: /www/OpenSourceBikeShare/actions-sms.php:256 msgid "You have no rented bikes currently." msgstr "" @@ -352,153 +374,180 @@ msgstr "" msgid "administration" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:48 /www/OpenSourceBikeShare/agree.php:29 +#: /www/OpenSourceBikeShare/admin.php:49 /www/OpenSourceBikeShare/agree.php:29 #: /www/OpenSourceBikeShare/register.php:28 -#: /www/OpenSourceBikeShare/install/index.php:103 +#: /www/OpenSourceBikeShare/install/index.php:101 msgid "Toggle navigation" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:54 /www/OpenSourceBikeShare/agree.php:38 +#: /www/OpenSourceBikeShare/admin.php:55 /www/OpenSourceBikeShare/agree.php:38 msgid "Map" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:67 +#: /www/OpenSourceBikeShare/admin.php:68 msgid "Administration" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:77 +#: /www/OpenSourceBikeShare/admin.php:78 msgid "Fleet" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:78 +#: /www/OpenSourceBikeShare/admin.php:79 msgid "Stands" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:79 +#: /www/OpenSourceBikeShare/admin.php:80 msgid "Users" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:83 +#: /www/OpenSourceBikeShare/admin.php:84 msgid "Credit system" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:85 +#: /www/OpenSourceBikeShare/admin.php:86 msgid "Reports" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:94 +#: /www/OpenSourceBikeShare/admin.php:95 msgid "Display the bike stand location or name of person using it." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:94 +#: /www/OpenSourceBikeShare/admin.php:95 msgid "Where is?" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:95 +#: /www/OpenSourceBikeShare/admin.php:96 msgid "" "Be careful! Revert accidentaly rented bike in case of mistake or misread " "bike number." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:95 -#: /www/OpenSourceBikeShare/actions-web.php:354 +#: /www/OpenSourceBikeShare/admin.php:96 +#: /www/OpenSourceBikeShare/actions-web.php:360 msgid "Revert" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:96 +#: /www/OpenSourceBikeShare/admin.php:97 msgid "" "Display network usage (blank) or history of bike usage (number entered)." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:96 +#: /www/OpenSourceBikeShare/admin.php:97 msgid "Last usage" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:105 +#: /www/OpenSourceBikeShare/admin.php:106 msgid "Stand situation" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:116 +#: /www/OpenSourceBikeShare/admin.php:117 msgid "Display existing coupons." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:116 +#: /www/OpenSourceBikeShare/admin.php:117 msgid "List coupons" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:117 #: /www/OpenSourceBikeShare/admin.php:118 #: /www/OpenSourceBikeShare/admin.php:119 +#: /www/OpenSourceBikeShare/admin.php:120 msgid "Generate new coupons." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:117 #: /www/OpenSourceBikeShare/admin.php:118 #: /www/OpenSourceBikeShare/admin.php:119 +#: /www/OpenSourceBikeShare/admin.php:120 msgid "Generate" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:117 #: /www/OpenSourceBikeShare/admin.php:118 #: /www/OpenSourceBikeShare/admin.php:119 -#: /www/OpenSourceBikeShare/actions-web.php:725 +#: /www/OpenSourceBikeShare/admin.php:120 +#: /www/OpenSourceBikeShare/actions-web.php:741 msgid "coupons" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:128 +#: /www/OpenSourceBikeShare/admin.php:129 msgid "Show list of users." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:128 +#: /www/OpenSourceBikeShare/admin.php:129 msgid "User list" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:132 +#: /www/OpenSourceBikeShare/admin.php:133 #: /www/OpenSourceBikeShare/register.php:70 -#: /www/OpenSourceBikeShare/install/index.php:234 +#: /www/OpenSourceBikeShare/install/index.php:233 msgid "Fullname:" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:133 +#: /www/OpenSourceBikeShare/admin.php:134 #: /www/OpenSourceBikeShare/register.php:72 -#: /www/OpenSourceBikeShare/install/index.php:236 +#: /www/OpenSourceBikeShare/install/index.php:235 msgid "Email:" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:137 +#: /www/OpenSourceBikeShare/admin.php:138 msgid "Privileges:" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:138 +#: /www/OpenSourceBikeShare/admin.php:139 msgid "Bike limit:" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:140 +#: /www/OpenSourceBikeShare/admin.php:141 msgid "Save" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:141 #: /www/OpenSourceBikeShare/admin.php:142 #: /www/OpenSourceBikeShare/admin.php:143 +#: /www/OpenSourceBikeShare/admin.php:144 msgid "Add" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:150 +#: /www/OpenSourceBikeShare/admin.php:151 +msgid "Show usage stats by day." +msgstr "" + +#: /www/OpenSourceBikeShare/admin.php:151 +msgid "Daily stats" +msgstr "" + +#: /www/OpenSourceBikeShare/admin.php:152 msgid "Show user stats." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:150 +#: /www/OpenSourceBikeShare/admin.php:152 msgid "User stats" msgstr "" -#: /www/OpenSourceBikeShare/admin.php:151 +#: /www/OpenSourceBikeShare/admin.php:153 msgid "Show history of stand to stand bike trips as lines." msgstr "" -#: /www/OpenSourceBikeShare/admin.php:151 +#: /www/OpenSourceBikeShare/admin.php:153 msgid "Trips overlay" msgstr "" +#: /www/OpenSourceBikeShare/admin.php:169 +#: /www/OpenSourceBikeShare/agree.php:60 +msgid "Privacy policy:" +msgstr "" + +#: /www/OpenSourceBikeShare/admin.php:169 +#: /www/OpenSourceBikeShare/agree.php:60 +#: /www/OpenSourceBikeShare/register.php:88 +#: /www/OpenSourceBikeShare/install/index.php:437 +msgid "We will use your details for" +msgstr "" + +#: /www/OpenSourceBikeShare/admin.php:169 +#: /www/OpenSourceBikeShare/agree.php:60 +#: /www/OpenSourceBikeShare/register.php:88 +#: /www/OpenSourceBikeShare/install/index.php:437 +msgid "related activities only" +msgstr "" + #: /www/OpenSourceBikeShare/actions-sms.php:28 msgid "Error. The command" msgstr "" @@ -509,22 +558,25 @@ msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:54 #: /www/OpenSourceBikeShare/actions-sms.php:243 -#: /www/OpenSourceBikeShare/actions-sms.php:422 +#: /www/OpenSourceBikeShare/actions-sms.php:415 msgid "Stand name" msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:54 -#: /www/OpenSourceBikeShare/actions-sms.php:422 +#: /www/OpenSourceBikeShare/actions-sms.php:415 msgid "has not been recognized. Stands are marked by CAPITALLETTERS." msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:60 -#: /www/OpenSourceBikeShare/actions-sms.php:307 -#: /www/OpenSourceBikeShare/actions-sms.php:429 -#: /www/OpenSourceBikeShare/actions-sms.php:445 -#: /www/OpenSourceBikeShare/common.php:289 -#: /www/OpenSourceBikeShare/install/index.php:284 -#: /www/OpenSourceBikeShare/install/index.php:297 +#: /www/OpenSourceBikeShare/actions-sms.php:422 +#: /www/OpenSourceBikeShare/actions-sms.php:438 +#: /www/OpenSourceBikeShare/actions-sms.php:623 +#: /www/OpenSourceBikeShare/actions-sms.php:682 +#: /www/OpenSourceBikeShare/actions-sms.php:741 +#: /www/OpenSourceBikeShare/actions-sms.php:789 +#: /www/OpenSourceBikeShare/common.php:291 +#: /www/OpenSourceBikeShare/install/index.php:283 +#: /www/OpenSourceBikeShare/install/index.php:296 msgid "Stand" msgstr "" @@ -574,12 +626,12 @@ msgid "bike note" msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:226 -#: /www/OpenSourceBikeShare/actions-sms.php:360 +#: /www/OpenSourceBikeShare/actions-sms.php:353 msgid "System override" msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:226 -#: /www/OpenSourceBikeShare/actions-sms.php:360 +#: /www/OpenSourceBikeShare/actions-sms.php:353 msgid "Your rented bike" msgstr "" @@ -591,233 +643,327 @@ msgstr "" msgid "does not exist. Stands are marked by CAPITALLETTERS." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:271 +#: /www/OpenSourceBikeShare/actions-sms.php:273 msgid "You does not have bike" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:271 +#: /www/OpenSourceBikeShare/actions-sms.php:273 msgid "You have rented the following" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:286 +#: /www/OpenSourceBikeShare/actions-sms.php:288 msgid "" "is not rented. Saint Thomas, the patronus of all unrented bikes, prohibited " "returning unrented bikes." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:307 -#: /www/OpenSourceBikeShare/actions-sms.php:385 -#: /www/OpenSourceBikeShare/actions-sms.php:429 -#: /www/OpenSourceBikeShare/actions-sms.php:543 -#: /www/OpenSourceBikeShare/actions-sms.php:616 -#: /www/OpenSourceBikeShare/actions-sms.php:676 -#: /www/OpenSourceBikeShare/common.php:289 -msgid "does not exist" -msgstr "" - -#: /www/OpenSourceBikeShare/actions-sms.php:332 +#: /www/OpenSourceBikeShare/actions-sms.php:325 #: /www/OpenSourceBikeShare/actions-web.php:221 #: /www/OpenSourceBikeShare/actions-web.php:245 msgid "at" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:336 +#: /www/OpenSourceBikeShare/actions-sms.php:329 #: /www/OpenSourceBikeShare/actions-web.php:249 msgid "used by" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:338 -#: /www/OpenSourceBikeShare/actions-web.php:252 -#: /www/OpenSourceBikeShare/install/index.php:284 +#: /www/OpenSourceBikeShare/actions-sms.php:331 +#: /www/OpenSourceBikeShare/install/index.php:283 msgid "Note" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:338 -#: /www/OpenSourceBikeShare/actions-sms.php:661 -#: /www/OpenSourceBikeShare/actions-web.php:252 -#: /www/OpenSourceBikeShare/common.php:408 -#: /www/OpenSourceBikeShare/common.php:441 -#: /www/OpenSourceBikeShare/common.php:456 +#: /www/OpenSourceBikeShare/actions-sms.php:331 +#: /www/OpenSourceBikeShare/actions-sms.php:772 +#: /www/OpenSourceBikeShare/actions-sms.php:902 +#: /www/OpenSourceBikeShare/actions-web.php:253 +#: /www/OpenSourceBikeShare/common.php:411 +#: /www/OpenSourceBikeShare/common.php:444 +#: /www/OpenSourceBikeShare/common.php:459 msgid "by" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:341 +#: /www/OpenSourceBikeShare/actions-sms.php:334 msgid "returned to stand" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:341 +#: /www/OpenSourceBikeShare/actions-sms.php:334 msgid "Make sure you set code to" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:348 +#: /www/OpenSourceBikeShare/actions-sms.php:341 msgid "Rotate lockpad to 0000." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:360 +#: /www/OpenSourceBikeShare/actions-sms.php:353 msgid "has been returned by admin" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:366 -#: /www/OpenSourceBikeShare/js/translations.php:26 +#: /www/OpenSourceBikeShare/actions-sms.php:359 +#: /www/OpenSourceBikeShare/js/translations.php:30 msgid "Credit" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:397 +#: /www/OpenSourceBikeShare/actions-sms.php:378 +#: /www/OpenSourceBikeShare/actions-sms.php:422 +#: /www/OpenSourceBikeShare/actions-sms.php:554 +#: /www/OpenSourceBikeShare/actions-sms.php:623 +#: /www/OpenSourceBikeShare/actions-sms.php:682 +#: /www/OpenSourceBikeShare/actions-sms.php:741 +#: /www/OpenSourceBikeShare/actions-sms.php:789 +#: /www/OpenSourceBikeShare/actions-sms.php:853 +#: /www/OpenSourceBikeShare/actions-sms.php:917 +#: /www/OpenSourceBikeShare/common.php:291 +msgid "does not exist" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:390 msgid "Bike note" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:402 +#: /www/OpenSourceBikeShare/actions-sms.php:395 msgid "is at stand" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:406 -#: /www/OpenSourceBikeShare/actions-sms.php:557 +#: /www/OpenSourceBikeShare/actions-sms.php:399 +#: /www/OpenSourceBikeShare/actions-sms.php:568 msgid "is rented by" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:445 +#: /www/OpenSourceBikeShare/actions-sms.php:438 msgid "is empty" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:453 +#: /www/OpenSourceBikeShare/actions-sms.php:446 msgid "(first)" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:458 +#: /www/OpenSourceBikeShare/actions-sms.php:451 +#: /www/OpenSourceBikeShare/actions-sms.php:722 +#: /www/OpenSourceBikeShare/actions-sms.php:726 +#: /www/OpenSourceBikeShare/actions-sms.php:772 msgid "on stand" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:473 +#: /www/OpenSourceBikeShare/actions-sms.php:466 msgid "No free bikes." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:475 +#: /www/OpenSourceBikeShare/actions-sms.php:468 msgid "Free bikes counts" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:490 +#: /www/OpenSourceBikeShare/actions-sms.php:483 msgid "Empty stands" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:519 +#: /www/OpenSourceBikeShare/actions-sms.php:512 msgid "Problem with SMS" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:553 -#: /www/OpenSourceBikeShare/actions-sms.php:626 +#: /www/OpenSourceBikeShare/actions-sms.php:543 +#: /www/OpenSourceBikeShare/actions-sms.php:844 +msgid "Error in bike number / stand name specification:" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:564 +#: /www/OpenSourceBikeShare/actions-sms.php:863 msgid "is at" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:581 +#: /www/OpenSourceBikeShare/actions-sms.php:590 msgid "No notes found for bike" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:581 -#: /www/OpenSourceBikeShare/actions-sms.php:585 +#: /www/OpenSourceBikeShare/actions-sms.php:590 +#: /www/OpenSourceBikeShare/actions-sms.php:594 +#: /www/OpenSourceBikeShare/actions-sms.php:650 +#: /www/OpenSourceBikeShare/actions-sms.php:654 +#: /www/OpenSourceBikeShare/actions-sms.php:709 +#: /www/OpenSourceBikeShare/actions-sms.php:713 msgid "to delete" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:585 +#: /www/OpenSourceBikeShare/actions-sms.php:594 +#: /www/OpenSourceBikeShare/actions-sms.php:654 +#: /www/OpenSourceBikeShare/actions-sms.php:713 msgid "No notes matching pattern" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:585 +#: /www/OpenSourceBikeShare/actions-sms.php:594 msgid "found for bike" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:594 +#: /www/OpenSourceBikeShare/actions-sms.php:603 +#: /www/OpenSourceBikeShare/actions-sms.php:663 +#: /www/OpenSourceBikeShare/actions-sms.php:722 msgid "All" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:594 -#: /www/OpenSourceBikeShare/actions-sms.php:598 +#: /www/OpenSourceBikeShare/actions-sms.php:603 +#: /www/OpenSourceBikeShare/actions-sms.php:607 +#: /www/OpenSourceBikeShare/actions-sms.php:663 +#: /www/OpenSourceBikeShare/actions-sms.php:667 +#: /www/OpenSourceBikeShare/actions-sms.php:722 +#: /www/OpenSourceBikeShare/actions-sms.php:726 #, php-format msgid "%d note" msgid_plural "%d notes" msgstr[0] "" msgstr[1] "" -#: /www/OpenSourceBikeShare/actions-sms.php:594 -#: /www/OpenSourceBikeShare/actions-sms.php:598 +#: /www/OpenSourceBikeShare/actions-sms.php:603 +#: /www/OpenSourceBikeShare/actions-sms.php:607 msgid "for bike" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:594 -#: /www/OpenSourceBikeShare/actions-sms.php:598 -#: /www/OpenSourceBikeShare/actions-sms.php:654 +#: /www/OpenSourceBikeShare/actions-sms.php:603 +#: /www/OpenSourceBikeShare/actions-sms.php:607 +#: /www/OpenSourceBikeShare/actions-sms.php:663 +#: /www/OpenSourceBikeShare/actions-sms.php:667 +#: /www/OpenSourceBikeShare/actions-sms.php:722 +#: /www/OpenSourceBikeShare/actions-sms.php:726 msgid "deleted by" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:598 +#: /www/OpenSourceBikeShare/actions-sms.php:607 +#: /www/OpenSourceBikeShare/actions-sms.php:667 +#: /www/OpenSourceBikeShare/actions-sms.php:726 msgid "matching" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:630 -msgid "is rented" +#: /www/OpenSourceBikeShare/actions-sms.php:650 +msgid "No bikes with notes found for stand" msgstr "" #: /www/OpenSourceBikeShare/actions-sms.php:654 -#: /www/OpenSourceBikeShare/actions-sms.php:660 -#: /www/OpenSourceBikeShare/actions-web.php:335 -msgid "Note for bike" +msgid "found for bikes on stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:663 +#: /www/OpenSourceBikeShare/actions-sms.php:667 +msgid "for bikes on stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:709 +msgid "No notes found for stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:713 +msgid "found on stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:758 +msgid "Empty note for stand" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:660 +#: /www/OpenSourceBikeShare/actions-sms.php:758 +#: /www/OpenSourceBikeShare/actions-sms.php:886 +msgid "not saved, for deleting notes use DELNOTE (for admins)" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:771 +msgid "Note for stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:771 +#: /www/OpenSourceBikeShare/actions-sms.php:901 msgid "saved" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:661 +#: /www/OpenSourceBikeShare/actions-sms.php:772 +#: /www/OpenSourceBikeShare/actions-sms.php:902 +#: /www/OpenSourceBikeShare/actions-web.php:253 msgid "Note #" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:712 -#: /www/OpenSourceBikeShare/actions-web.php:431 +#: /www/OpenSourceBikeShare/actions-sms.php:806 +msgid "Empty tag for stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:806 +msgid "" +"not saved, for deleting notes for all bikes on stand use UNTAG (for admins)" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:819 +#: /www/OpenSourceBikeShare/actions-sms.php:820 +msgid "All bikes on stand" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:819 +msgid "tagged" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:820 +msgid "tagged by" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:820 +msgid "with note:" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:867 +msgid "is rented" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:886 +msgid "Empty note for bike" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:901 +#: /www/OpenSourceBikeShare/actions-web.php:336 +msgid "Note for bike" +msgstr "" + +#: /www/OpenSourceBikeShare/actions-sms.php:953 +#: /www/OpenSourceBikeShare/actions-web.php:437 msgid "is not rented right now. Revert not successful!" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:740 +#: /www/OpenSourceBikeShare/actions-sms.php:981 msgid "reverted to stand" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:740 -#: /www/OpenSourceBikeShare/actions-web.php:458 +#: /www/OpenSourceBikeShare/actions-sms.php:981 +#: /www/OpenSourceBikeShare/actions-web.php:464 msgid "with code" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:741 -#: /www/OpenSourceBikeShare/actions-web.php:459 +#: /www/OpenSourceBikeShare/actions-sms.php:982 +#: /www/OpenSourceBikeShare/actions-web.php:465 msgid "has been returned. You can now rent a new bicycle." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:745 +#: /www/OpenSourceBikeShare/actions-sms.php:986 msgid "No last code for bicycle" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:745 -#: /www/OpenSourceBikeShare/actions-web.php:463 +#: /www/OpenSourceBikeShare/actions-sms.php:986 +#: /www/OpenSourceBikeShare/actions-web.php:469 msgid "found. Revert not successful!" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:771 +#: /www/OpenSourceBikeShare/actions-sms.php:1008 msgid "Contact information conflict: This number already registered:" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:777 +#: /www/OpenSourceBikeShare/actions-sms.php:1014 msgid "Contact information is in incorrect format. Use:" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:787 -#: /www/OpenSourceBikeShare/js/translations.php:23 +#: /www/OpenSourceBikeShare/actions-sms.php:1024 +#: /www/OpenSourceBikeShare/js/translations.php:27 msgid "User" msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:787 +#: /www/OpenSourceBikeShare/actions-sms.php:1024 msgid "" "added. They need to read email and agree to rules before using the system." msgstr "" -#: /www/OpenSourceBikeShare/actions-sms.php:799 -#: /www/OpenSourceBikeShare/actions-web.php:580 +#: /www/OpenSourceBikeShare/actions-sms.php:1036 +#: /www/OpenSourceBikeShare/actions-web.php:586 msgid "Sorry, this command is only available for the privileged users." msgstr "" @@ -837,22 +983,6 @@ msgstr "" msgid "User Guide" msgstr "" -#: /www/OpenSourceBikeShare/agree.php:60 -msgid "Privacy policy:" -msgstr "" - -#: /www/OpenSourceBikeShare/agree.php:60 -#: /www/OpenSourceBikeShare/register.php:88 -#: /www/OpenSourceBikeShare/install/index.php:438 -msgid "We will use your details for" -msgstr "" - -#: /www/OpenSourceBikeShare/agree.php:60 -#: /www/OpenSourceBikeShare/register.php:88 -#: /www/OpenSourceBikeShare/install/index.php:438 -msgid "related activities only" -msgstr "" - #: /www/OpenSourceBikeShare/actions-web.php:111 msgid "You already rented bike" msgstr "" @@ -862,7 +992,7 @@ msgid "Reported issue" msgstr "" #: /www/OpenSourceBikeShare/actions-web.php:155 -msgid "Youh currently have no rented bikes." +msgid "You currently have no rented bikes." msgstr "" #: /www/OpenSourceBikeShare/actions-web.php:179 @@ -881,146 +1011,146 @@ msgstr "" msgid "Phone" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:303 +#: /www/OpenSourceBikeShare/actions-web.php:304 msgid "not implemented" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:335 +#: /www/OpenSourceBikeShare/actions-web.php:336 msgid "deleted" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:346 +#: /www/OpenSourceBikeShare/actions-web.php:347 msgid "history" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:370 +#: /www/OpenSourceBikeShare/actions-web.php:376 msgid "Current network usage:" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:371 -#: /www/OpenSourceBikeShare/install/index.php:282 +#: /www/OpenSourceBikeShare/actions-web.php:377 +#: /www/OpenSourceBikeShare/install/index.php:281 #, php-format msgid "%d bicycle" msgid_plural "%d bicycles" msgstr[0] "" msgstr[1] "" -#: /www/OpenSourceBikeShare/actions-web.php:371 +#: /www/OpenSourceBikeShare/actions-web.php:377 msgid "in use" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:431 -#: /www/OpenSourceBikeShare/actions-web.php:458 +#: /www/OpenSourceBikeShare/actions-web.php:437 +#: /www/OpenSourceBikeShare/actions-web.php:464 msgid "Bicycle" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:458 +#: /www/OpenSourceBikeShare/actions-web.php:464 msgid "reverted to" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:463 +#: /www/OpenSourceBikeShare/actions-web.php:469 msgid "No last stand or code for bicycle" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:483 +#: /www/OpenSourceBikeShare/actions-web.php:489 msgid "Password do not match. Please correct and try again." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:495 +#: /www/OpenSourceBikeShare/actions-web.php:501 msgid "" "You have been successfully registered. Please, check your email and read the " "instructions to finish your registration." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:503 +#: /www/OpenSourceBikeShare/actions-web.php:509 msgid "" "Password successfully changed. Your username is your phone number. Continue " "to" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:503 +#: /www/OpenSourceBikeShare/actions-web.php:509 msgid "login" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:508 +#: /www/OpenSourceBikeShare/actions-web.php:514 msgid "Problem with the SMS code entered. Please check and try again." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:517 +#: /www/OpenSourceBikeShare/actions-web.php:523 msgid "" "You have been successfully registered. Please, check your email and read the " "instructions to finish your registration. Your number for login is:" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:601 +#: /www/OpenSourceBikeShare/actions-web.php:606 msgid "Enter this code to register:" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:602 +#: /www/OpenSourceBikeShare/actions-web.php:607 msgid "Enter this code to change password:" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:687 +#: /www/OpenSourceBikeShare/actions-web.php:703 msgid "Details of user" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:687 +#: /www/OpenSourceBikeShare/actions-web.php:703 msgid "updated" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:699 +#: /www/OpenSourceBikeShare/actions-web.php:715 msgid "Added" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:699 +#: /www/OpenSourceBikeShare/actions-web.php:715 msgid "credit for" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:725 +#: /www/OpenSourceBikeShare/actions-web.php:741 msgid "Generated 10 new" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:733 -#: /www/OpenSourceBikeShare/actions-web.php:748 -#: /www/OpenSourceBikeShare/js/translations.php:28 +#: /www/OpenSourceBikeShare/actions-web.php:749 +#: /www/OpenSourceBikeShare/actions-web.php:764 +#: /www/OpenSourceBikeShare/js/translations.php:32 msgid "Coupon" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:733 +#: /www/OpenSourceBikeShare/actions-web.php:749 msgid "sold" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:748 +#: /www/OpenSourceBikeShare/actions-web.php:764 msgid "has been redeemed" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:750 +#: /www/OpenSourceBikeShare/actions-web.php:766 msgid "Invalid coupon, try again." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:758 +#: /www/OpenSourceBikeShare/actions-web.php:774 msgid "No such user found." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:763 +#: /www/OpenSourceBikeShare/actions-web.php:779 msgid "Password reset" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:772 -#: /www/OpenSourceBikeShare/common.php:333 +#: /www/OpenSourceBikeShare/actions-web.php:788 +#: /www/OpenSourceBikeShare/common.php:336 msgid "Hello" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:773 -#: /www/OpenSourceBikeShare/actions-web.php:777 +#: /www/OpenSourceBikeShare/actions-web.php:789 +#: /www/OpenSourceBikeShare/actions-web.php:793 msgid "Your password has been reset successfully." msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:774 +#: /www/OpenSourceBikeShare/actions-web.php:790 msgid "Your new password is:" msgstr "" -#: /www/OpenSourceBikeShare/actions-web.php:777 +#: /www/OpenSourceBikeShare/actions-web.php:793 msgid "Check your email." msgstr "" @@ -1030,7 +1160,7 @@ msgstr "" #: /www/OpenSourceBikeShare/register.php:38 #: /www/OpenSourceBikeShare/register.php:47 -#: /www/OpenSourceBikeShare/common.php:319 +#: /www/OpenSourceBikeShare/common.php:322 msgid "Registration" msgstr "" @@ -1071,465 +1201,466 @@ msgid "Create account" msgstr "" #: /www/OpenSourceBikeShare/register.php:88 -#: /www/OpenSourceBikeShare/install/index.php:438 +#: /www/OpenSourceBikeShare/install/index.php:437 msgid "Privacy policy" msgstr "" -#: /www/OpenSourceBikeShare/common.php:309 +#: /www/OpenSourceBikeShare/common.php:308 +#: /www/OpenSourceBikeShare/common.php:312 msgid "notification" msgstr "" -#: /www/OpenSourceBikeShare/common.php:334 +#: /www/OpenSourceBikeShare/common.php:337 msgid "you have been registered into community bike share system" msgstr "" -#: /www/OpenSourceBikeShare/common.php:335 +#: /www/OpenSourceBikeShare/common.php:338 msgid "System rules are available here:" msgstr "" -#: /www/OpenSourceBikeShare/common.php:336 +#: /www/OpenSourceBikeShare/common.php:339 msgid "By clicking the following link you agree to the System rules:" msgstr "" -#: /www/OpenSourceBikeShare/common.php:353 +#: /www/OpenSourceBikeShare/common.php:356 msgid "Registration key not found!" msgstr "" -#: /www/OpenSourceBikeShare/common.php:361 +#: /www/OpenSourceBikeShare/common.php:364 msgid "Your account has been activated. Welcome!" msgstr "" -#: /www/OpenSourceBikeShare/common.php:410 +#: /www/OpenSourceBikeShare/common.php:413 msgid "Please, return your bike " msgstr "" -#: /www/OpenSourceBikeShare/common.php:410 +#: /www/OpenSourceBikeShare/common.php:413 msgid "" " immediately to the closest stand! Ignoring this warning can get you banned " "from the system." msgstr "" -#: /www/OpenSourceBikeShare/common.php:417 +#: /www/OpenSourceBikeShare/common.php:420 msgid "hour rental" msgstr "" -#: /www/OpenSourceBikeShare/common.php:441 -#: /www/OpenSourceBikeShare/common.php:456 +#: /www/OpenSourceBikeShare/common.php:444 +#: /www/OpenSourceBikeShare/common.php:459 msgid "limit" msgstr "" -#: /www/OpenSourceBikeShare/common.php:463 +#: /www/OpenSourceBikeShare/common.php:466 msgid "Over limit in" msgstr "" -#: /www/OpenSourceBikeShare/common.php:463 +#: /www/OpenSourceBikeShare/common.php:466 msgid "hs" msgstr "" -#: /www/OpenSourceBikeShare/db.class.php:18 +#: /www/OpenSourceBikeShare/db.class.php:19 msgid "DB connection error!" msgstr "" -#: /www/OpenSourceBikeShare/db.class.php:25 +#: /www/OpenSourceBikeShare/db.class.php:26 msgid "DB error" msgstr "" -#: /www/OpenSourceBikeShare/db.class.php:25 +#: /www/OpenSourceBikeShare/db.class.php:26 msgid "in" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:84 -#: /www/OpenSourceBikeShare/install/index.php:113 +#: /www/OpenSourceBikeShare/install/index.php:82 +#: /www/OpenSourceBikeShare/install/index.php:111 msgid "Installation" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:113 +#: /www/OpenSourceBikeShare/install/index.php:111 msgid "Step" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:113 +#: /www/OpenSourceBikeShare/install/index.php:111 msgid "out of" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:116 +#: /www/OpenSourceBikeShare/install/index.php:114 msgid "System requirements check" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:132 +#: /www/OpenSourceBikeShare/install/index.php:130 msgid "Only PHP 5.0+ supported. You are using version" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:132 +#: /www/OpenSourceBikeShare/install/index.php:130 msgid "Base requirement" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:136 +#: /www/OpenSourceBikeShare/install/index.php:134 msgid "" "Hash module not loaded! Compile or load hash module into PHP. Required for " "password encryption." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:140 +#: /www/OpenSourceBikeShare/install/index.php:138 msgid "" "MySQLi / MariaDB module not loaded! Compile or load MySQL module into PHP. " "Required for database connections." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:144 +#: /www/OpenSourceBikeShare/install/index.php:142 msgid "" "gettext module not loaded! Compile or load gettext module into PHP. Required " "for translations." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:148 +#: /www/OpenSourceBikeShare/install/index.php:146 msgid "" "JSON module not loaded! Compile or load JSON module into PHP. Required for " "AJAX (PHP<->JS communication)." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:152 +#: /www/OpenSourceBikeShare/install/index.php:150 msgid "" "directory is not writable! Set permissions (chmod it) to 777. Required for " "uploads to work." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:156 +#: /www/OpenSourceBikeShare/install/index.php:154 msgid "" "is not writable! Set permissions (chmod it) to 777. Required for settings " "configuration values during the install process." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:160 +#: /www/OpenSourceBikeShare/install/index.php:158 msgid "" "directory is not writable! Set permissions (chmod it) to 777. Required for " "security purposes." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:164 +#: /www/OpenSourceBikeShare/install/index.php:162 msgid "All fine." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:165 +#: /www/OpenSourceBikeShare/install/index.php:163 msgid "Continue" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:165 +#: /www/OpenSourceBikeShare/install/index.php:163 msgid "to step" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:171 +#: /www/OpenSourceBikeShare/install/index.php:169 msgid "Set basic system and database options" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:173 +#: /www/OpenSourceBikeShare/install/index.php:171 msgid "System" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:174 +#: /www/OpenSourceBikeShare/install/index.php:172 msgid "System name:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:176 +#: /www/OpenSourceBikeShare/install/index.php:174 msgid "System latitude center point:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:177 +#: /www/OpenSourceBikeShare/install/index.php:175 msgid "System longitude center point:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:181 +#: /www/OpenSourceBikeShare/install/index.php:179 msgid "System rules URL:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:182 +#: /www/OpenSourceBikeShare/install/index.php:180 msgid "SMS system connector:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:184 +#: /www/OpenSourceBikeShare/install/index.php:182 msgid "Disable SMS system" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:187 +#: /www/OpenSourceBikeShare/install/index.php:185 msgid "International dialing code (no plus, no zeroes):" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:189 +#: /www/OpenSourceBikeShare/install/index.php:187 msgid "Database" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:190 +#: /www/OpenSourceBikeShare/install/index.php:188 msgid "Database server:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:191 +#: /www/OpenSourceBikeShare/install/index.php:189 msgid "Database user:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:192 +#: /www/OpenSourceBikeShare/install/index.php:190 msgid "Database password:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:193 +#: /www/OpenSourceBikeShare/install/index.php:191 msgid "Database name:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:195 +#: /www/OpenSourceBikeShare/install/index.php:193 msgid "Create database" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:195 -#: /www/OpenSourceBikeShare/install/index.php:240 -#: /www/OpenSourceBikeShare/install/index.php:260 -#: /www/OpenSourceBikeShare/install/index.php:324 +#: /www/OpenSourceBikeShare/install/index.php:193 +#: /www/OpenSourceBikeShare/install/index.php:239 +#: /www/OpenSourceBikeShare/install/index.php:259 +#: /www/OpenSourceBikeShare/install/index.php:323 msgid "and continue to step" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:231 -#: /www/OpenSourceBikeShare/install/index.php:240 +#: /www/OpenSourceBikeShare/install/index.php:230 +#: /www/OpenSourceBikeShare/install/index.php:239 msgid "Create admin user" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:232 +#: /www/OpenSourceBikeShare/install/index.php:231 msgid "Config file values set and database created." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:255 -#: /www/OpenSourceBikeShare/install/index.php:260 +#: /www/OpenSourceBikeShare/install/index.php:254 +#: /www/OpenSourceBikeShare/install/index.php:259 msgid "Create bicycles and stands" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:256 +#: /www/OpenSourceBikeShare/install/index.php:255 msgid "Admin user" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:256 +#: /www/OpenSourceBikeShare/install/index.php:255 msgid "created with password:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:256 +#: /www/OpenSourceBikeShare/install/index.php:255 msgid "Use number" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:256 +#: /www/OpenSourceBikeShare/install/index.php:255 msgid "for login" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:258 +#: /www/OpenSourceBikeShare/install/index.php:257 msgid "How many bicycles to create:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:259 +#: /www/OpenSourceBikeShare/install/index.php:258 msgid "Stands to create (comma separated):" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:280 -#: /www/OpenSourceBikeShare/install/index.php:324 +#: /www/OpenSourceBikeShare/install/index.php:279 +#: /www/OpenSourceBikeShare/install/index.php:323 msgid "Set up stands" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:282 +#: /www/OpenSourceBikeShare/install/index.php:281 msgid "and the following stands created" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:283 +#: /www/OpenSourceBikeShare/install/index.php:282 msgid "Download QR codes" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:283 +#: /www/OpenSourceBikeShare/install/index.php:282 msgid "for the bikes and the stands for printing or laser engraving" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:284 +#: /www/OpenSourceBikeShare/install/index.php:283 msgid "Place" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:284 +#: /www/OpenSourceBikeShare/install/index.php:283 msgid "is used instead of" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:284 +#: /www/OpenSourceBikeShare/install/index.php:283 msgid "for SMS" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:284 +#: /www/OpenSourceBikeShare/install/index.php:283 msgid "" "command only. Multiple stands close to each other can be grouped in this way " "to send total number of bicycles available at that location." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:302 +#: /www/OpenSourceBikeShare/install/index.php:301 msgid "Place:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:304 +#: /www/OpenSourceBikeShare/install/index.php:303 msgid "Stand description:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:305 +#: /www/OpenSourceBikeShare/install/index.php:304 msgid "Stand photo:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:306 +#: /www/OpenSourceBikeShare/install/index.php:305 msgid "Stand status:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:308 +#: /www/OpenSourceBikeShare/install/index.php:307 msgid "Active" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:309 +#: /www/OpenSourceBikeShare/install/index.php:308 msgid "Not used / hidden" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:313 +#: /www/OpenSourceBikeShare/install/index.php:312 msgid "Stand location:" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:345 +#: /www/OpenSourceBikeShare/install/index.php:344 #, php-format msgid "%d stand" msgid_plural "%d stands" msgstr[0] "" msgstr[1] "" -#: /www/OpenSourceBikeShare/install/index.php:345 +#: /www/OpenSourceBikeShare/install/index.php:344 msgid "set up and" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:345 +#: /www/OpenSourceBikeShare/install/index.php:344 #, php-format msgid "%d photo" msgid_plural "%d photos" msgstr[0] "" msgstr[1] "" -#: /www/OpenSourceBikeShare/install/index.php:345 +#: /www/OpenSourceBikeShare/install/index.php:344 msgid "uploaded" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:393 +#: /www/OpenSourceBikeShare/install/index.php:392 msgid "Set system options" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:393 +#: /www/OpenSourceBikeShare/install/index.php:392 msgid "and finish" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:427 +#: /www/OpenSourceBikeShare/install/index.php:426 msgid "System options set." msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:428 +#: /www/OpenSourceBikeShare/install/index.php:427 msgid "Rename" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:428 +#: /www/OpenSourceBikeShare/install/index.php:427 msgid "to" msgstr "" -#: /www/OpenSourceBikeShare/install/index.php:430 +#: /www/OpenSourceBikeShare/install/index.php:429 msgid "Launch" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:1 +#: /www/OpenSourceBikeShare/js/translations.php:5 msgid "Select stand" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:2 +#: /www/OpenSourceBikeShare/js/translations.php:6 msgid "bicycle" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:3 +#: /www/OpenSourceBikeShare/js/translations.php:7 msgid "bicycles" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:4 +#: /www/OpenSourceBikeShare/js/translations.php:8 msgid "No bicycles" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:5 +#: /www/OpenSourceBikeShare/js/translations.php:9 msgid "" "Open a map with directions to the selected stand from your current location." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:6 +#: /www/OpenSourceBikeShare/js/translations.php:10 msgid "walking directions" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:7 +#: /www/OpenSourceBikeShare/js/translations.php:11 msgid "Display photo of the stand." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:8 +#: /www/OpenSourceBikeShare/js/translations.php:12 msgid "photo" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:9 +#: /www/OpenSourceBikeShare/js/translations.php:13 msgid "" "You have this bicycle currently rented. The current lock code is displayed " "below the bike number." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:10 +#: /www/OpenSourceBikeShare/js/translations.php:14 msgid "Reported problem on this bicycle:" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:12 +#: /www/OpenSourceBikeShare/js/translations.php:16 msgid "SMS code is in AB 123456 format." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:13 +#: /www/OpenSourceBikeShare/js/translations.php:17 msgid "Please, enter SMS code received to your phone." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:14 +#: /www/OpenSourceBikeShare/js/translations.php:18 msgid "Please, enter your firstname and lastname." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:15 +#: /www/OpenSourceBikeShare/js/translations.php:19 msgid "Email address is incorrect." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:16 +#: /www/OpenSourceBikeShare/js/translations.php:20 msgid "Please, enter your email." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:17 +#: /www/OpenSourceBikeShare/js/translations.php:21 msgid "Passwords do not match." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:18 +#: /www/OpenSourceBikeShare/js/translations.php:22 msgid "Please, enter your password." msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:19 +#: /www/OpenSourceBikeShare/js/translations.php:23 msgid "Existing user password change" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:20 +#: /www/OpenSourceBikeShare/js/translations.php:24 msgid "Step 2 - Change password" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:21 +#: /www/OpenSourceBikeShare/js/translations.php:25 msgid "Set password" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:24 +#: /www/OpenSourceBikeShare/js/translations.php:28 msgid "Privileges" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:25 +#: /www/OpenSourceBikeShare/js/translations.php:29 msgid "Limit" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:29 +#: /www/OpenSourceBikeShare/js/translations.php:33 msgid "Value" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:30 +#: /www/OpenSourceBikeShare/js/translations.php:34 msgid "Status" msgstr "" -#: /www/OpenSourceBikeShare/js/translations.php:31 +#: /www/OpenSourceBikeShare/js/translations.php:35 msgid "Mark as sold" msgstr ""