Changeset 1666614
- Timestamp:
- 05/29/2017 05:20:19 PM (9 years ago)
- Location:
- sharing-club/trunk
- Files:
-
- 5 edited
-
languages/sharing-club-fr_FR.mo (modified) (previous)
-
languages/sharing-club-fr_FR.po (modified) (3 diffs)
-
languages/sharing-club-nl_BE.mo (modified) (previous)
-
languages/sharing-club-nl_BE.po (modified) (2 diffs)
-
sharing-club.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharing-club/trunk/languages/sharing-club-fr_FR.po
r1662143 r1666614 3 3 "Project-Id-Version: \n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2017-05-2 2 07:50+0000\n"6 "PO-Revision-Date: 2017-05-2 2 07:52+0000\n"5 "POT-Creation-Date: 2017-05-29 17:15+0000\n" 6 "PO-Revision-Date: 2017-05-29 17:17+0000\n" 7 7 "Last-Translator: admin-petitvelo <contact@netdelight.be>\n" 8 8 "Language-Team: French (France)\n" … … 14 14 "X-Generator: Loco - https://localise.biz/" 15 15 16 #. Description of the plugin 17 msgid "" 18 "Share books, dvd, tools, toys or any object with your community. Your users " 19 "can easily lend, borrow and rate items and you know who borrowed what." 20 msgstr "" 21 "Partagez livres, dvd, outils ou autres objets avec vos utilisateurs. Ils " 22 "peuvent facilement les prêter, emprunter ou noter et vous savez où est quoi." 23 24 #: admin-lending-form-display.php:56 25 msgid "Item was successfully saved" 26 msgstr "Cet élément a bien été enregistré" 27 28 #: admin-lending-form-display.php:58 29 msgid "There was an error while saving item" 30 msgstr "Une erreur est survenue lors de l'enregistrement" 31 32 #: admin-lending-form-display.php:63 33 msgid "Item was successfully updated" 34 msgstr "Cet élément a bien été mis à jour" 35 36 #: admin-lending-form-display.php:65 37 msgid "There was an error while updating item" 38 msgstr "Une erreur est survenue lors de la mise à jour" 39 40 #: admin-lending-form-display.php:85 41 msgid "Item not found" 42 msgstr "Cet élément n'a pas été trouvé" 43 44 #: admin-lending-form-display.php:91 45 msgid "Lending data" 46 msgstr "Détails du prêt" 47 48 #: admin-lending-form-display.php:96 sharing-club.php:167 sharing-club.php:168 49 msgid "Lendings" 50 msgstr "Prêts" 51 52 #: admin-lending-form-display.php:96 templates/single-shared_item.php:81 53 msgid "Back to list" 54 msgstr "Retour à la liste" 55 56 #: admin-lending-form-display.php:116 57 msgid "Save" 58 msgstr "Enregistrer" 59 60 #: admin-lending-form-display.php:134 admin-lending-table.php:42 61 msgid "User" 62 msgstr "Utilisateur" 63 64 #: admin-lending-form-display.php:142 admin-lending-table.php:41 65 msgid "Object" 66 msgstr "Objet" 67 68 #: admin-lending-form-display.php:150 admin-lending-table.php:43 69 msgid "Lending date" 70 msgstr "Date de prêt" 71 72 #: admin-lending-form-display.php:153 admin-lending-form-display.php:161 73 msgid "YYYY-MM-DD" 74 msgstr "JJ-MM-AAAA" 75 76 #: admin-lending-form-display.php:158 admin-lending-table.php:44 77 msgid "Return date" 78 msgstr "Date de retour" 79 80 #: admin-lending-form-display.php:166 templates/single-shared_item.php:61 81 msgid "Reviews" 82 msgstr "Avis" 83 16 84 #: admin-lending-form-display.php:174 admin-lending-table.php:46 17 85 msgid "Admin notes" 18 86 msgstr "Notes de l'admin." 19 87 88 #: admin-lending-form-display.php:182 89 msgid "Rating" 90 msgstr "Note" 91 92 #: admin-lending-table-display.php:33 93 msgid "Add new lending" 94 msgstr "Ajouter un prêt" 95 96 #: admin-lending-table-display.php:37 97 #, php-format 98 msgid "Items deleted: %d" 99 msgstr "Elements supprimés : %d" 100 101 #: admin-lending-table.php:45 102 msgid "Availability" 103 msgstr "Disponibilité" 104 105 #: admin-lending-table.php:65 106 msgid "Edit" 107 msgstr "Éditer" 108 109 #: admin-lending-table.php:66 admin-lending-table.php:79 110 msgid "Delete" 111 msgstr "Supprimer" 112 113 #: admin-lending-table.php:80 114 msgid "Mark as returned" 115 msgstr "Marquer comme rendu" 116 117 #: sharing-club.php:15 118 msgid "na" 119 msgstr "en prêt" 120 121 #: sharing-club.php:16 122 msgid "available" 123 msgstr "disponible" 124 125 #: sharing-club.php:17 126 msgid "requested" 127 msgstr "demandé" 128 129 #: sharing-club.php:28 130 msgid "Please enter a rating between 0 and 5 (or leave empty)." 131 msgstr "Veuillez entrer une note entre 0 et 5 (ou laisser vide)" 132 133 #: sharing-club.php:29 134 msgid "Please enter a valid comment." 135 msgstr "Veuillez entrer un avis valide." 136 137 #: sharing-club.php:33 138 msgid "Please enter a valid date." 139 msgstr "Veuillez entrer une date valide" 140 141 #: sharing-club.php:65 sharing-club.php:68 142 msgid "Objects" 143 msgstr "Objets" 144 20 145 #. Name of the plugin 21 #: sharing-club.php:6 8146 #: sharing-club.php:67 22 147 msgid "Sharing Club" 23 148 msgstr "Sharing Club" 149 150 #: sharing-club.php:69 151 msgid "All objects" 152 msgstr "Tous les objets" 153 154 #: sharing-club.php:70 sharing-club.php:78 155 msgid "Add object" 156 msgstr "Ajouter un objet" 157 158 #: sharing-club.php:71 159 msgid "Edit object" 160 msgstr "Editer un objet" 161 162 #: sharing-club.php:72 163 msgid "New object" 164 msgstr "Nouvel objet" 165 166 #: sharing-club.php:73 167 msgid "View object" 168 msgstr "Voir l'objet" 169 170 #: sharing-club.php:74 171 msgid "Search object" 172 msgstr "Chercher un objet" 173 174 #: sharing-club.php:75 175 msgid "Object not found" 176 msgstr "Objet non trouvé" 177 178 #: sharing-club.php:76 179 msgid "Trashed object not found" 180 msgstr "Objet supprimé non trouvé" 181 182 #: sharing-club.php:175 sharing-club.php:176 183 msgid "Lending form" 184 msgstr "Formulaire de prêt" 185 186 #: sharing-club.php:255 187 #, php-format 188 msgid "%s requested an object" 189 msgstr "%s a demandé un prêt" 190 191 #: sharing-club.php:256 192 msgid "" 193 "There's a new request for lending. You can manage the requests connecting to " 194 ":" 195 msgstr "" 196 "Il y a une nouvelle demande de prêt. Vous pouvez gérer cette demande en vous " 197 "connectant sur :" 198 199 #: templates/single-shared_item.php:32 200 msgid "review(s)" 201 msgstr "avis" 202 203 #: templates/single-shared_item.php:43 204 msgid "You have requested this object." 205 msgstr "Vous avez demandé cet objet." 206 207 #: templates/single-shared_item.php:44 208 msgid "You borrowed this object." 209 msgstr "Vous avez emprunté cet objet." 210 211 #: templates/single-shared_item.php:45 212 #, php-format 213 msgid "This object is currently borrowed by %s." 214 msgstr "Cet objet est actuellement en prêt chez %s." 215 216 #: templates/single-shared_item.php:52 217 msgid "Book" 218 msgstr "Réserver" 219 220 #: templates/single-shared_item.php:56 221 #, php-format 222 msgid "" 223 "Please <a href='%s'>register</a> or <a href='%s'>log in</a> to book this " 224 "item." 225 msgstr "" 226 "Veuillez <a href='%s'>vous enregistrer</a> ou <a href='%s'>vous connecter</a>" 227 " pour réserver cet objet." 228 229 #: templates/single-shared_item.php:64 230 msgid "Your review" 231 msgstr "Votre avis" 232 233 #: templates/single-shared_item.php:69 234 msgid "Your rating" 235 msgstr "Votre note" 236 237 #: templates/single-shared_item.php:78 238 msgid "Send" 239 msgstr "Envoyer" 24 240 25 241 #. URI of the plugin … … 34 250 msgid "http://netdelight.be/" 35 251 msgstr "http://netdelight.be/" 36 37 #: admin-lending-form-display.php:5638 msgid "Item was successfully saved"39 msgstr "Cet élément a bien été enregistré"40 41 #: admin-lending-form-display.php:5842 msgid "There was an error while saving item"43 msgstr "Une erreur est survenue lors de l'enregistrement"44 45 #: admin-lending-form-display.php:6346 msgid "Item was successfully updated"47 msgstr "Cet élément a bien été mis à jour"48 49 #: admin-lending-form-display.php:6550 msgid "There was an error while updating item"51 msgstr "Une erreur est survenue lors de la mise à jour"52 53 #: admin-lending-form-display.php:8554 msgid "Item not found"55 msgstr "Cet élément n'a pas été trouvé"56 57 #: admin-lending-form-display.php:9158 msgid "Lending data"59 msgstr "Détails du prêt"60 61 #: admin-lending-form-display.php:96 sharing-club.php:145 sharing-club.php:14662 msgid "Lendings"63 msgstr "Prêts"64 65 #: admin-lending-form-display.php:96 templates/single-shared_item.php:8166 msgid "Back to list"67 msgstr "Retour à la liste"68 69 #: admin-lending-form-display.php:11670 msgid "Save"71 msgstr "Enregistrer"72 73 #: admin-lending-form-display.php:134 admin-lending-table.php:4274 msgid "User"75 msgstr "Utilisateur"76 77 #: admin-lending-form-display.php:142 admin-lending-table.php:4178 msgid "Object"79 msgstr "Objet"80 81 #: admin-lending-form-display.php:150 admin-lending-table.php:4382 msgid "Lending date"83 msgstr "Date de prêt"84 85 #: admin-lending-form-display.php:153 admin-lending-form-display.php:16186 msgid "YYYY-MM-DD"87 msgstr "JJ-MM-AAAA"88 89 #: admin-lending-form-display.php:158 admin-lending-table.php:4490 msgid "Return date"91 msgstr "Date de retour"92 93 #: admin-lending-form-display.php:166 templates/single-shared_item.php:6194 msgid "Reviews"95 msgstr "Avis"96 97 #: admin-lending-form-display.php:18298 msgid "Rating"99 msgstr "Note"100 101 #: admin-lending-table-display.php:33102 msgid "Add new lending"103 msgstr "Ajouter un prêt"104 105 #: admin-lending-table-display.php:37106 msgid "Items deleted: %d"107 msgstr "Elements supprimés : %d"108 109 #: admin-lending-table.php:45110 msgid "Availability"111 msgstr "Disponibilité"112 113 #: admin-lending-table.php:65114 msgid "Edit"115 msgstr "Éditer"116 117 #: admin-lending-table.php:66 admin-lending-table.php:79118 msgid "Delete"119 msgstr "Supprimer"120 121 #: admin-lending-table.php:80122 msgid "Mark as returned"123 msgstr "Marquer comme rendu"124 125 #: sharing-club.php:15 sharing-club.php:18126 msgid "na"127 msgstr "en prêt"128 129 #: sharing-club.php:16130 msgid "available"131 msgstr "disponible"132 133 #: sharing-club.php:17134 msgid "requested"135 msgstr "demandé"136 137 #: sharing-club.php:29138 msgid "Please enter a rating between 0 and 5 (or leave empty)."139 msgstr "Veuillez entrer une note entre 0 et 5 (ou laisser vide)"140 141 #: sharing-club.php:30142 msgid "Please enter a valid comment."143 msgstr "Veuillez entrer un avis valide."144 145 #: sharing-club.php:34146 msgid "Please enter a valid date."147 msgstr "Veuillez entrer une date valide"148 149 #: sharing-club.php:66 sharing-club.php:69150 msgid "Objects"151 msgstr "Objets"152 153 #: sharing-club.php:70154 msgid "All objects"155 msgstr "Tous les objets"156 157 #: sharing-club.php:71158 msgid "Add object"159 msgstr "Ajouter un objet"160 161 #: sharing-club.php:72162 msgid "Edit object"163 msgstr "Editer un objet"164 165 #: sharing-club.php:73166 msgid "New object"167 msgstr "Nouvel objet"168 169 #: sharing-club.php:74170 msgid "View object"171 msgstr "Voir l'objet"172 173 #: sharing-club.php:75174 msgid "Search object"175 msgstr "Chercher un objet"176 177 #: sharing-club.php:76178 msgid "Object not found"179 msgstr "Objet non trouvé"180 181 #: sharing-club.php:77182 msgid "Trashed object not found"183 msgstr "Objet supprimé non trouvé"184 185 #: sharing-club.php:153 sharing-club.php:154186 msgid "Lending form"187 msgstr "Formulaire de prêt"188 189 #: sharing-club.php:233190 msgid "%s requested an object"191 msgstr "%s a demandé un prêt"192 193 #: sharing-club.php:234194 msgid ""195 "There's a new request for lending. You can manage the requests connecting to "196 ":"197 msgstr ""198 "Il y a une nouvelle demande de prêt. Vous pouvez gérer cette demande en vous "199 "connectant sur :"200 201 #: templates/single-shared_item.php:32202 msgid "review(s)"203 msgstr "avis"204 205 #: templates/single-shared_item.php:43206 msgid "You have requested this object."207 msgstr "Vous avez demandé cet objet."208 209 #: templates/single-shared_item.php:44210 msgid "You borrowed this object."211 msgstr "Vous avez emprunté cet objet."212 213 #: templates/single-shared_item.php:45214 msgid "This object is currently borrowed by %s."215 msgstr "Cet objet est actuellement en prêt chez %s."216 217 #: templates/single-shared_item.php:52218 msgid "Book"219 msgstr "Réserver"220 221 #: templates/single-shared_item.php:56222 msgid ""223 "Please <a href='%s'>register</a> or <a href='%s'>log in</a> to book this "224 "item."225 msgstr ""226 "Veuillez <a href='%s'>vous enregistrer</a> ou <a href='%s'>vous connecter</a>"227 " pour réserver cet objet."228 229 #: templates/single-shared_item.php:64230 msgid "Your review"231 msgstr "Votre avis"232 233 #: templates/single-shared_item.php:69234 msgid "Your rating"235 msgstr "Votre note"236 237 #: templates/single-shared_item.php:78238 msgid "Send"239 msgstr "Envoyer"240 241 #. Description of the plugin242 msgid ""243 "Share books, dvd, tools, toys or any object with your friends or community. "244 "Your users can easily book and rate your items while you can track them."245 msgstr ""246 "Partagez des livres, dvd, outils ou n'importe quel objet avec vos amis ou "247 "votre communauté. Les utilisateurs peuvent facilement réserver et noter ces "248 "objets et vous gardez une trace de ces emprunts." -
sharing-club/trunk/languages/sharing-club-nl_BE.po
r1666413 r1666614 1 # Translation of Plugins - Sharing Club - Development (trunk) in Dutch 2 # This file is distributed under the same license as the Plugins - Sharing Club - Development (trunk) package. 3 msgid "" 4 msgstr "" 5 "PO-Revision-Date: 2017-05-26 17:16:45+0000\n" 1 msgid "" 2 msgstr "" 3 "PO-Revision-Date: 2017-05-29 17:19+0000\n" 6 4 "MIME-Version: 1.0\n" 7 5 "Content-Type: text/plain; charset=UTF-8\n" 8 6 "Content-Transfer-Encoding: 8bit\n" 9 "Plural-Forms: nplurals=2; plural=n != 1 ;\n"10 "X-Generator: GlotPress/2.4.0-alpha\n"11 "Language: nl \n"7 "Plural-Forms: nplurals=2; plural=n != 1\n" 8 "X-Generator: Loco - https://localise.biz/\n" 9 "Language: nl-BE\n" 12 10 "Project-Id-Version: Plugins - Sharing Club - Development (trunk)\n" 13 14 #. Description of the plugin/theme 15 msgid "Share books, dvd, tools, toys or any object with your friends or community. Your users can easily lend, borrow and rate items while you keep a track of what is shared and who borrowed what." 16 msgstr "Deel boeken, DVDs, werktuigen, speelgoed of om het even welk object met je vrienden of gemeenschap. Je gebruikers kunnen gemakkelijk uitlene, lenen en een waardering geven aan spullen terwijl jij kan opvolgen wat er gedeeld wordt en wie wat geleend heeft." 17 18 #: sharing-club.php:167 19 msgid "Excerpt" 20 msgstr "Samenvatting" 21 22 #: sharing-club.php:166 23 msgid "Author" 24 msgstr "Auteur" 11 "Report-Msgid-Bugs-To: \n" 12 "POT-Creation-Date: 2017-05-29 17:18+0000\n" 13 "Last-Translator: admin-petitvelo <contact@netdelight.be>\n" 14 "Language-Team: Dutch (Belgium)" 15 16 #. Description of the plugin 17 msgid "" 18 "Share books, dvd, tools, toys or any object with your community. Your users " 19 "can easily lend, borrow and rate items and you know who borrowed what." 20 msgstr "" 21 "Deel boeken, DVDs, werktuigen, speelgoed of om het even welk object met je " 22 "vrienden of gemeenschap. Je gebruikers kunnen gemakkelijk uitlene, lenen en " 23 "een waardering geven aan spullen terwijl jij kan opvolgen wat er gedeeld " 24 "wordt en wie wat geleend heeft." 25 26 #: admin-lending-form-display.php:56 27 msgid "Item was successfully saved" 28 msgstr "Het item is goed opgeslagen" 29 30 #: admin-lending-form-display.php:58 31 msgid "There was an error while saving item" 32 msgstr "Er is een fout opgetreden tijdens het opslaan van de nieuwe gegevens" 33 34 #: admin-lending-form-display.php:63 35 msgid "Item was successfully updated" 36 msgstr "De objectgegevens zijn succesvol vernieuwd" 37 38 #: admin-lending-form-display.php:65 39 msgid "There was an error while updating item" 40 msgstr "Er is een fout opgetreden terwijl dit item werd aangepast" 41 42 #: admin-lending-form-display.php:85 43 msgid "Item not found" 44 msgstr "Item niet gevonden" 45 46 #: admin-lending-form-display.php:91 47 msgid "Lending data" 48 msgstr "Gegevens van het geleende item" 49 50 #: admin-lending-form-display.php:96 sharing-club.php:167 sharing-club.php:168 51 msgid "Lendings" 52 msgstr "Uitgeleende objecten" 53 54 #: admin-lending-form-display.php:96 templates/single-shared_item.php:81 55 msgid "Back to list" 56 msgstr "Terug naar de lijst" 57 58 #: admin-lending-form-display.php:116 59 msgid "Save" 60 msgstr "Opslaan" 61 62 #: admin-lending-form-display.php:134 admin-lending-table.php:42 63 msgid "User" 64 msgstr "Gebruiker" 65 66 #: admin-lending-form-display.php:142 admin-lending-table.php:41 67 msgid "Object" 68 msgstr "Object" 69 70 #: admin-lending-form-display.php:150 admin-lending-table.php:43 71 msgid "Lending date" 72 msgstr "UItleendatum" 73 74 #: admin-lending-form-display.php:153 admin-lending-form-display.php:161 75 msgid "YYYY-MM-DD" 76 msgstr "DD-MM-YYYY" 77 78 #: admin-lending-form-display.php:158 admin-lending-table.php:44 79 msgid "Return date" 80 msgstr "Datum van terugkeer" 81 82 #: admin-lending-form-display.php:166 templates/single-shared_item.php:61 83 msgid "Reviews" 84 msgstr "Beoordelingen" 25 85 26 86 #: admin-lending-form-display.php:174 admin-lending-table.php:46 … … 28 88 msgstr "Beheerberichten" 29 89 90 #: admin-lending-form-display.php:182 91 msgid "Rating" 92 msgstr "Waardering" 93 94 #: admin-lending-table-display.php:33 95 msgid "Add new lending" 96 msgstr "Voeg een nieuwe leenbeurt toe" 97 98 #: admin-lending-table-display.php:37 99 #, php-format 100 msgid "Items deleted: %d" 101 msgstr "Verwijderde items: %d" 102 103 #: admin-lending-table.php:45 104 msgid "Availability" 105 msgstr "Beschikbaarheid" 106 107 #: admin-lending-table.php:65 108 msgid "Edit" 109 msgstr "Bewerken" 110 111 #: admin-lending-table.php:66 admin-lending-table.php:79 112 msgid "Delete" 113 msgstr "Verwijderen" 114 115 #: admin-lending-table.php:80 116 msgid "Mark as returned" 117 msgstr "Markeer als teruggebracht" 118 119 #: sharing-club.php:15 120 msgid "na" 121 msgstr "na" 122 123 #: sharing-club.php:16 124 msgid "available" 125 msgstr "beschikbaar" 126 127 #: sharing-club.php:17 128 msgid "requested" 129 msgstr "aangevraagd" 130 131 #: sharing-club.php:28 132 msgid "Please enter a rating between 0 and 5 (or leave empty)." 133 msgstr "Gelieve een waardering te geven tussen 0 en 5 (of laat blanco)." 134 135 #: sharing-club.php:29 136 msgid "Please enter a valid comment." 137 msgstr "Voeg een correcte reactie toe." 138 139 #: sharing-club.php:33 140 msgid "Please enter a valid date." 141 msgstr "Gebruik een geldige datum." 142 143 #: sharing-club.php:65 sharing-club.php:68 144 msgid "Objects" 145 msgstr "Objecten" 146 147 #. #-#-#-#-# sharing-club-code.pot (Sharing Club 1.1) #-#-#-#-# 148 #. Plugin Name of the plugin/theme 149 #: sharing-club.php:67 150 msgid "Sharing Club" 151 msgstr "Sharing Club" 152 153 #: sharing-club.php:69 154 msgid "All objects" 155 msgstr "Alle objecten" 156 157 #: sharing-club.php:70 sharing-club.php:78 158 msgid "Add object" 159 msgstr "Object toevoegen" 160 161 #: sharing-club.php:71 162 msgid "Edit object" 163 msgstr "Object bewerken" 164 165 #: sharing-club.php:72 166 msgid "New object" 167 msgstr "Nieuw object" 168 169 #: sharing-club.php:73 170 msgid "View object" 171 msgstr "Object bekijken" 172 173 #: sharing-club.php:74 174 msgid "Search object" 175 msgstr "Zoek een object" 176 177 #: sharing-club.php:75 178 msgid "Object not found" 179 msgstr "Object niet gevonden" 180 181 #: sharing-club.php:76 182 msgid "Trashed object not found" 183 msgstr "Verwijderd object niet gevonden" 184 185 #: sharing-club.php:175 sharing-club.php:176 186 msgid "Lending form" 187 msgstr "Uitleenformulier" 188 189 #: sharing-club.php:255 190 #, php-format 191 msgid "%s requested an object" 192 msgstr "%s heeft een object gevraagd" 193 194 #: sharing-club.php:256 195 msgid "" 196 "There's a new request for lending. You can manage the requests connecting to " 197 ":" 198 msgstr "" 199 "Er is een nieuwe aanvraag om iets te lenen. Je mag deze aanvragen beheren " 200 "als je hier klikt: " 201 202 #: templates/single-shared_item.php:32 203 msgid "review(s)" 204 msgstr "beoordeling(en)" 205 206 #: templates/single-shared_item.php:43 207 msgid "You have requested this object." 208 msgstr "Je hebt dit object reeds aangevraagd" 209 210 #: templates/single-shared_item.php:44 211 msgid "You borrowed this object." 212 msgstr "Je hebt dit object reeds in bruikleen." 213 214 #: templates/single-shared_item.php:45 215 #, php-format 216 msgid "This object is currently borrowed by %s." 217 msgstr "Dit object is momenteel geleend door %s." 218 219 #: templates/single-shared_item.php:52 220 msgid "Book" 221 msgstr "Boek" 222 223 #: templates/single-shared_item.php:56 224 #, php-format 225 msgid "" 226 "Please <a href='%s'>register</a> or <a href='%s'>log in</a> to book this " 227 "item." 228 msgstr "" 229 "<a href='%s'>Registreer je</a> of <a href='%s'>log in</a> om dit object te " 230 "reserveren" 231 232 #: templates/single-shared_item.php:64 233 msgid "Your review" 234 msgstr "Je beoordeling" 235 236 #: templates/single-shared_item.php:69 237 msgid "Your rating" 238 msgstr "Je waardering" 239 240 #: templates/single-shared_item.php:78 241 msgid "Send" 242 msgstr "Versturen" 243 244 #. Plugin URI of the plugin/theme 245 msgid "https://wordpress.org/plugins/sharing-club/" 246 msgstr "https://wordpress.org/plugins/sharing-club/" 247 248 #. Author of the plugin/theme 249 msgid "Manu Z." 250 msgstr "Manu Z." 251 30 252 #. Author URI of the plugin/theme 31 253 msgid "http://netdelight.be/" 32 254 msgstr "http://netdelight.be/ " 33 34 #. Author of the plugin/theme35 msgid "Manu Z."36 msgstr "Manu Z."37 38 #. Plugin URI of the plugin/theme39 msgid "https://wordpress.org/plugins/sharing-club/"40 msgstr "https://wordpress.org/plugins/sharing-club/"41 42 #: templates/single-shared_item.php:7843 msgid "Send"44 msgstr "Versturen"45 46 #: templates/single-shared_item.php:7447 msgid "Sucks big time"48 msgstr "Is helemaal niet zo goed"49 50 #: templates/single-shared_item.php:7351 msgid "Kinda bad"52 msgstr "Is niet zo goed"53 54 #: templates/single-shared_item.php:7255 msgid "Meh"56 msgstr ""57 58 #: templates/single-shared_item.php:7159 msgid "Pretty good"60 msgstr "Is een redelijke goede"61 62 #: templates/single-shared_item.php:7063 msgid "Rocks"64 msgstr "Blinkt uit"65 66 #: templates/single-shared_item.php:6967 msgid "Your rating"68 msgstr "Je waardering"69 70 #: templates/single-shared_item.php:6471 msgid "Your review"72 msgstr "Je beoordeling"73 74 #: templates/single-shared_item.php:5675 msgid "Please <a href='%s'>register</a> or <a href='%s'>log in</a> to book this item."76 msgstr "<a href='%s'>Registreer je</a> of <a href='%s'>log in</a> om dit object te reserveren"77 78 #: templates/single-shared_item.php:5279 msgid "Book"80 msgstr "Boek"81 82 #: templates/single-shared_item.php:4583 msgid "This object is currently borrowed by %s."84 msgstr "Dit object is momenteel geleend door %s."85 86 #: templates/single-shared_item.php:4487 msgid "You borrowed this object."88 msgstr "Je hebt dit object reeds in bruikleen."89 90 #: templates/single-shared_item.php:4391 msgid "You have requested this object."92 msgstr "Je hebt dit object reeds aangevraagd"93 94 #: templates/single-shared_item.php:3295 msgid "review(s)"96 msgstr "beoordeling(en)"97 98 #: templates/archive-shared_item.php:2199 msgid "No categories"100 msgstr "Geen categoriën"101 102 #: sharing-club.php:234103 msgid "There's a new request for lending. You can manage the requests connecting to :"104 msgstr "Er is een nieuwe aanvraag om iets te lenen. Je mag deze aanvragen beheren als je hier klikt: "105 106 #: sharing-club.php:233107 msgid "%s requested an object"108 msgstr "%s heeft een object gevraagd"109 110 #: sharing-club.php:153 sharing-club.php:154111 msgid "Lending form"112 msgstr "Uitleenformulier"113 114 #: sharing-club.php:113115 msgid "Popular categories"116 msgstr "Populaire categoriën"117 118 #: sharing-club.php:112119 msgid "Search categories"120 msgstr "Zoek categoriën"121 122 #: sharing-club.php:111123 msgid "New category"124 msgstr "Nieuwe categorie"125 126 #: sharing-club.php:110127 msgid "Add category"128 msgstr "Categorie toevoegen"129 130 #: sharing-club.php:109131 msgid "Update category"132 msgstr "Categorie bijwerken"133 134 #: sharing-club.php:108135 msgid "View category"136 msgstr "Categorie bekijken"137 138 #: sharing-club.php:107139 msgid "Edit category"140 msgstr "Categorie bewerken"141 142 #: sharing-club.php:106143 msgid "All categories"144 msgstr "Alle categoriën "145 146 #: sharing-club.php:105147 msgid "Category"148 msgstr "Categorie"149 150 #: sharing-club.php:102 sharing-club.php:104151 msgid "Categories"152 msgstr "Categoriën"153 154 #: sharing-club.php:77155 msgid "Trashed object not found"156 msgstr "Verwijderd object niet gevonden"157 158 #: sharing-club.php:76159 msgid "Object not found"160 msgstr "Object niet gevonden"161 162 #: sharing-club.php:75163 msgid "Search object"164 msgstr "Zoek een object"165 166 #: sharing-club.php:74167 msgid "View object"168 msgstr "Object bekijken"169 170 #: sharing-club.php:73171 msgid "New object"172 msgstr "Nieuw object"173 174 #: sharing-club.php:72175 msgid "Edit object"176 msgstr "Object bewerken"177 178 #: sharing-club.php:71179 msgid "Add object"180 msgstr "Object toevoegen"181 182 #: sharing-club.php:70183 msgid "All objects"184 msgstr "Alle objecten"185 186 #. #-#-#-#-# sharing-club-code.pot (Sharing Club 1.1) #-#-#-#-#187 #. Plugin Name of the plugin/theme188 #: sharing-club.php:68189 msgid "Sharing Club"190 msgstr "Sharing Club"191 192 #: sharing-club.php:66 sharing-club.php:69193 msgid "Objects"194 msgstr "Objecten"195 196 #: sharing-club.php:34197 msgid "Please enter a valid date."198 msgstr "Gebruik een geldige datum."199 200 #: sharing-club.php:30201 msgid "Please enter a valid comment."202 msgstr "Voeg een correcte reactie toe."203 204 #: sharing-club.php:29205 msgid "Please enter a rating between 0 and 5 (or leave empty)."206 msgstr "Gelieve een waardering te geven tussen 0 en 5 (of laat blanco)."207 208 #: sharing-club.php:17209 msgid "requested"210 msgstr "aangevraagd"211 212 #: sharing-club.php:16213 msgid "available"214 msgstr "beschikbaar"215 216 #: sharing-club.php:15 sharing-club.php:18217 msgid "na"218 msgstr "na"219 220 #: admin-lending-table.php:80221 msgid "Mark as returned"222 msgstr "Markeer als teruggebracht"223 224 #: admin-lending-table.php:66 admin-lending-table.php:79225 msgid "Delete"226 msgstr "Verwijderen"227 228 #: admin-lending-table.php:65229 msgid "Edit"230 msgstr "Bewerken"231 232 #: admin-lending-table.php:45233 msgid "Availability"234 msgstr "Beschikbaarheid"235 236 #: admin-lending-table-display.php:37237 msgid "Items deleted: %d"238 msgstr "Verwijderde items: %d"239 240 #: admin-lending-table-display.php:33241 msgid "Add new lending"242 msgstr "Voeg een nieuwe leenbeurt toe"243 244 #: admin-lending-form-display.php:182245 msgid "Rating"246 msgstr "Waardering"247 248 #: admin-lending-form-display.php:166 templates/single-shared_item.php:61249 msgid "Reviews"250 msgstr "Beoordelingen"251 252 #: admin-lending-form-display.php:158 admin-lending-table.php:44253 msgid "Return date"254 msgstr "Datum van terugkeer"255 256 #: admin-lending-form-display.php:153 admin-lending-form-display.php:161257 msgid "YYYY-MM-DD"258 msgstr "DD-MM-YYYY"259 260 #: admin-lending-form-display.php:150 admin-lending-table.php:43261 msgid "Lending date"262 msgstr "UItleendatum"263 264 #: admin-lending-form-display.php:142 admin-lending-table.php:41265 msgid "Object"266 msgstr "Object"267 268 #: admin-lending-form-display.php:134 admin-lending-table.php:42269 msgid "User"270 msgstr "Gebruiker"271 272 #: admin-lending-form-display.php:116273 msgid "Save"274 msgstr "Opslaan"275 276 #: admin-lending-form-display.php:96 templates/single-shared_item.php:81277 msgid "Back to list"278 msgstr "Terug naar de lijst"279 280 #: admin-lending-form-display.php:96 sharing-club.php:145 sharing-club.php:146281 msgid "Lendings"282 msgstr "Uitgeleende objecten"283 284 #: admin-lending-form-display.php:91285 msgid "Lending data"286 msgstr "Gegevens van het geleende item"287 288 #: admin-lending-form-display.php:85289 msgid "Item not found"290 msgstr "Item niet gevonden"291 292 #: admin-lending-form-display.php:65293 msgid "There was an error while updating item"294 msgstr "Er is een fout opgetreden terwijl dit item werd aangepast"295 296 #: admin-lending-form-display.php:63297 msgid "Item was successfully updated"298 msgstr "De objectgegevens zijn succesvol vernieuwd"299 300 #: admin-lending-form-display.php:58301 msgid "There was an error while saving item"302 msgstr "Er is een fout opgetreden tijdens het opslaan van de nieuwe gegevens"303 304 #: admin-lending-form-display.php:56305 msgid "Item was successfully saved"306 msgstr "Het item is goed opgeslagen" -
sharing-club/trunk/sharing-club.php
r1666610 r1666614 3 3 Plugin Name: Sharing Club 4 4 Plugin URI: https://wordpress.org/plugins/sharing-club/ 5 Description: Share books, dvd, tools, toys or any object with your friends or community. Your users can easily lend, borrow and rate items while you keep a track of what is shared andwho borrowed what.5 Description: Share books, dvd, tools, toys or any object with your community. Your users can easily lend, borrow and rate items and you know who borrowed what. 6 6 Author: Manu Z. 7 7 Version: 1.2.2 … … 55 55 function scwp_plugin_activate() { 56 56 if ( current_user_can( 'manage_options' ) ) { 57 add_option('sharing-club_version', '1.2. 1');57 add_option('sharing-club_version', '1.2.2'); 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.