Changeset 1334967
- Timestamp:
- 01/24/2016 01:59:25 PM (10 years ago)
- Location:
- easy-code-placement/trunk
- Files:
-
- 3 edited
-
inc/classes/class-ecp-tables.php (modified) (8 diffs)
-
lang/ecp-de_DE.mo (modified) (previous)
-
lang/ecp-de_DE.po (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-code-placement/trunk/inc/classes/class-ecp-tables.php
r936666 r1334967 178 178 */ 179 179 function no_items() { 180 _e( 'No items found.' );180 echo 'No items found.'; 181 181 } 182 182 … … 302 302 303 303 echo "<select name='action$two'>\n"; 304 echo "<option value='-1' selected='selected'> " . __( 'Bulk Actions' ) . "</option>\n";304 echo "<option value='-1' selected='selected'>Bulk Actions</option>\n"; 305 305 306 306 foreach ( $this->_actions as $name => $title ) { … … 312 312 echo "</select>\n"; 313 313 314 submit_button( __( 'Apply' ), 'action', false, false, array( 'id' => "doaction$two" ) );314 submit_button( 'Apply', 'action', false, false, array( 'id' => "doaction$two" ) ); 315 315 echo "\n"; 316 316 } … … 396 396 ?> 397 397 <select name='m'> 398 <option<?php selected( $m, 0 ); ?> value='0'> <?php _e( 'All dates' ); ?></option>398 <option<?php selected( $m, 0 ); ?> value='0'>All dates</option> 399 399 <?php 400 400 foreach ( $months as $arc_row ) { … … 409 409 esc_attr( $arc_row->year . $month ), 410 410 /* translators: 1: month name, 2: 4-digit year */ 411 sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month ), $year )411 sprintf( '%1$s %2$d', $wp_locale->get_month( $month ), $year ) 412 412 ); 413 413 } … … 425 425 function view_switcher( $current_mode ) { 426 426 $modes = array( 427 'list' => __( 'List View' ),428 'excerpt' => __( 'Excerpt View' )427 'list' => 'List View', 428 'excerpt' => 'Excerpt View' 429 429 ); 430 430 … … 452 452 */ 453 453 function comments_bubble( $post_id, $pending_comments ) { 454 $pending_phrase = sprintf( __( '%s pending' ), number_format( $pending_comments ) );454 $pending_phrase = sprintf( '%s pending', number_format( $pending_comments ) ); 455 455 456 456 if ( $pending_comments ) … … 707 707 if ( ! empty( $columns['cb'] ) ) { 708 708 static $cb_counter = 1; 709 $columns['cb'] = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '"> ' . __( 'Select All' ) . '</label>'709 $columns['cb'] = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">Select All</label>' 710 710 . '<input id="cb-select-all-' . $cb_counter . '" type="checkbox" />'; 711 711 $cb_counter++; -
easy-code-placement/trunk/lang/ecp-de_DE.po
r1256966 r1334967 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Easy Code Placement - for any Code you want v 1.6\n"3 "Project-Id-Version: Easy Code Placement - for any Code you want v3.1\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: Sun Aug 23 2015 17:08:28 GMT+0200 (Mitteleuropäische " 6 "Sommerzeit)\n" 7 "PO-Revision-Date: Wed Sep 30 2015 22:11:04 GMT+0200 (Mitteleuropäische " 8 "Sommerzeit)\n" 5 "POT-Creation-Date: 2016-01-24 14:56+0100\n" 6 "PO-Revision-Date: 2016-01-24 14:56+0100\n" 9 7 "Last-Translator: wassereimer <[email protected]>\n" 10 "Language-Team: \n" 11 "Language: German\n" 12 "Plural-Forms: nplurals=2; plural=n != 1\n" 8 "Language-Team: Jens Herdy\n" 9 "Language: de\n" 13 10 "MIME-Version: 1.0\n" 14 11 "Content-Type: text/plain; charset=UTF-8\n" 15 12 "Content-Transfer-Encoding: 8bit\n" 13 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 16 14 "X-Poedit-SourceCharset: UTF-8\n" 17 "X-Generator: Loco - https://localise.biz/\n"15 "X-Generator: Poedit 1.8.6\n" 18 16 "X-Poedit-Basepath: .\n" 17 "X-Poedit-KeywordsList: __;_e\n" 18 "X-Loco-Target-Locale: de_DE\n" 19 19 "X-Poedit-SearchPath-0: ..\n" 20 "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;" 21 "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;" 22 "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;" 23 "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;" 24 "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n" 25 "X-Loco-Target-Locale: de_DE" 26 20 21 #: ../inc/actions/add.php:17 ../inc/actions/add.php:71 22 #: ../inc/actions/edit.php:69 27 23 msgid "A maximum of 30 Characters is allowed" 28 24 msgstr "Maximal 30 Zeichen sind erlaubt" 29 25 26 #: ../inc/actions/add.php:25 27 msgid "Special Characters are not allowed in the Code Name" 28 msgstr "Sonderzeichen sind im Code Namen nicht erlaubt" 29 30 #: ../inc/actions/add.php:33 31 msgid "The Code Name and / or the Code must be filled in" 32 msgstr "Der Code Name und / oder der Code müssen ausgefüllt werden" 33 34 #: ../inc/actions/add.php:42 35 msgid "The Code Name already exist - It must be uniqe" 36 msgstr "Der Name existiert bereits - Er muss einmalig sein" 37 38 #: ../inc/actions/add.php:59 39 msgid "New Code" 40 msgstr "Code hinzufügen" 41 42 #: ../inc/actions/add.php:65 ../inc/actions/edit.php:62 43 #: ../inc/classes/class-ecp-table.php:56 ../inc/settings.php:53 44 #: ../inc/system.php:13 ../inc/system.php:91 ../inc/system.php:131 45 msgid "Name" 46 msgstr "Name" 47 48 #: ../inc/actions/add.php:69 ../inc/actions/edit.php:67 49 msgid "Only Letters and Numbers are allowed" 50 msgstr "Nur Buchstaben und Zahlen sind erlaubt" 51 52 #: ../inc/actions/add.php:70 ../inc/actions/edit.php:68 53 msgid "Instead of Whitesspaces use Underlines" 54 msgstr "Anstelle von Leerzeichen sind Unterstriche zu benutzen" 55 56 #: ../inc/actions/add.php:74 ../inc/actions/edit.php:72 57 msgid "Code" 58 msgstr "Code" 59 60 #: ../inc/actions/add.php:80 ../inc/actions/edit.php:78 61 msgid "Alignment" 62 msgstr "Ausrichtung" 63 64 #: ../inc/actions/add.php:84 ../inc/actions/edit.php:82 65 #: ../inc/classes/class-ecp-table.php:23 66 msgid "None" 67 msgstr "Keine" 68 69 #: ../inc/actions/add.php:85 ../inc/actions/edit.php:83 70 #: ../inc/classes/class-ecp-table.php:25 71 msgid "Left" 72 msgstr "Links" 73 74 #: ../inc/actions/add.php:86 ../inc/actions/edit.php:84 75 #: ../inc/classes/class-ecp-table.php:27 76 msgid "Center" 77 msgstr "Zentriert" 78 79 #: ../inc/actions/add.php:87 ../inc/actions/edit.php:85 80 #: ../inc/classes/class-ecp-table.php:29 81 msgid "Right" 82 msgstr "Rechts" 83 84 #: ../inc/actions/add.php:91 ../inc/actions/edit.php:89 85 msgid "Status" 86 msgstr "Status" 87 88 #: ../inc/actions/add.php:95 ../inc/actions/edit.php:93 89 #: ../inc/classes/class-ecp-table.php:18 90 msgid "Online" 91 msgstr "Online" 92 93 #: ../inc/actions/add.php:96 ../inc/actions/edit.php:94 94 #: ../inc/classes/class-ecp-table.php:20 95 msgid "Offline" 96 msgstr "Offline" 97 98 #: ../inc/actions/add.php:100 ../inc/actions/edit.php:98 ../inc/error.php:13 99 #: ../inc/settings.php:86 ../inc/system.php:153 100 msgid "Back" 101 msgstr "Zurück" 102 103 #: ../inc/actions/add.php:100 104 msgid "Add" 105 msgstr "Hinzufügen" 106 107 #: ../inc/actions/alignment.php:12 ../inc/actions/delete.php:11 108 #: ../inc/actions/edit.php:17 ../inc/actions/edit.php:46 109 #: ../inc/actions/status.php:12 110 msgid "Modifying of the ID is not allowed" 111 msgstr "Das verändern der ID ist nicht erlaubt" 112 113 #: ../inc/actions/alignment.php:18 114 msgid "" 115 "Modifying the Alignment to something else than 0, 1, 2 or 3 is not allowed" 116 msgstr "" 117 "Das verändern der Ausrichtung zu etwas anderem als 0, 1, 2 oder 3 ist nicht " 118 "erlaubt" 119 120 #: ../inc/actions/edit.php:25 121 msgid "The Code must be filled in" 122 msgstr "Es muss ein Code eingegeben werden" 123 124 #: ../inc/actions/edit.php:56 125 msgid "Edit Code" 126 msgstr "Code bearbeiten" 127 128 #: ../inc/actions/edit.php:98 ../inc/settings.php:86 129 msgid "Save" 130 msgstr "Speichern" 131 132 #: ../inc/actions/status.php:18 133 msgid "Modifying of the Status to something else than 1 or 2 is not allowed" 134 msgstr "" 135 "Das verändern des Status zu etwas anderem als 1 oder 2 ist nicht erlaubt" 136 137 #: ../inc/classes/class-ecp-table.php:18 138 msgid "Status is Online - Click to change" 139 msgstr "Status ist Online - Klicke um dies zu ändern" 140 141 #: ../inc/classes/class-ecp-table.php:20 142 msgid "Status is Offline - Click to change" 143 msgstr "Status ist Offline - Klicke um dies zu ändern" 144 145 #: ../inc/classes/class-ecp-table.php:23 146 msgid "No Alignment - Click to change" 147 msgstr "Keine Ausrichtung - Klicke um dies zu ändern" 148 149 #: ../inc/classes/class-ecp-table.php:25 150 msgid "Left Alignment - Click to change" 151 msgstr "Linke Ausrichtung - Klicke um dies zu ändern" 152 153 #: ../inc/classes/class-ecp-table.php:27 154 msgid "Center Alignment - Click to change" 155 msgstr "Zentrierte Ausrichtung - Klicke um dies zu ändern" 156 157 #: ../inc/classes/class-ecp-table.php:29 158 msgid "Right Alignment - Click to change" 159 msgstr "Rechte Ausrichtung - Klicke um dies zu ändern" 160 161 #: ../inc/classes/class-ecp-table.php:31 162 msgid "Edit" 163 msgstr "Bearbeiten" 164 165 #: ../inc/classes/class-ecp-table.php:32 166 msgid "Delete" 167 msgstr "Löschen" 168 169 #: ../inc/classes/class-ecp-table.php:57 170 msgid "Shortcode" 171 msgstr "Shortcode" 172 173 #: ../inc/classes/class-ecp-table.php:58 30 174 msgid "Action" 31 175 msgstr "Aktion" 32 176 33 msgid "Add" 34 msgstr "Hinzufügen" 35 177 #: ../inc/classes/class-ecp-table.php:70 178 msgid "No Code found - Click \"Add New Code\" to add one." 179 msgstr "" 180 "Kein Code gefunden - Klick auf \"Neuen Code hinzufügen\" um einen " 181 "hinzuzufügen." 182 183 #: ../inc/error.php:2 ../inc/error.php:7 ../inc/system.php:30 184 #: ../inc/system.php:60 ../inc/system.php:73 ../inc/system.php:102 185 #: ../inc/system.php:112 186 msgid "Error" 187 msgstr "Fehler" 188 189 #: ../inc/page.php:32 190 msgid "Codes" 191 msgstr "Codes" 192 193 #: ../inc/page.php:33 ../inc/system.php:2 194 msgid "System Information" 195 msgstr "System Informationen" 196 197 #: ../inc/page.php:39 36 198 msgid "Add New Code" 37 199 msgstr "Neuen Code hinzufügen" 38 200 39 msgid "Alignment" 40 msgstr "Ausrichtung" 41 42 msgid "Back" 43 msgstr "Zurück" 44 45 msgid "Center" 46 msgstr "Zentriert" 47 48 msgid "Center Alignment - Click to change" 49 msgstr "Zentrierte Ausrichtung - Klicke um dies zu ändern" 50 51 msgid "Code" 52 msgstr "Code" 53 54 msgid "Codes" 55 msgstr "Codes" 56 57 msgid "Codes per Page" 58 msgstr "Codes pro Seite" 59 60 msgid "Configuration" 61 msgstr "Konfiguration" 62 63 msgid "Delete" 64 msgstr "Löschen" 65 66 msgid "Edit" 67 msgstr "Bearbeiten" 68 69 msgid "Edit Code" 70 msgstr "Code bearbeiten" 71 72 msgid "Error" 73 msgstr "Fehler" 74 75 msgid "General" 76 msgstr "Allgemein" 77 78 msgid "Go to the first page" 79 msgstr "Gehe zur ersten Seite" 80 81 msgid "Home URL" 82 msgstr "Home URL" 83 201 #: ../inc/page.php:39 ../inc/settings.php:41 202 msgid "Settings" 203 msgstr "Einstellungen" 204 205 #: ../inc/page.php:43 84 206 msgid "" 85 207 "If you want to thank the developer for this free Plugin, you are welcome to " … … 91 213 "benötigt)." 92 214 93 msgid "Instead of Whitesspaces use Underlines" 94 msgstr "Anstelle von Leerzeichen sind Unterstriche zu benutzen" 95 96 msgid "Left" 97 msgstr "Links" 98 99 msgid "Left Alignment - Click to change" 100 msgstr "Linke Ausrichtung - Klicke um dies zu ändern" 101 102 msgid "Modifying of the ID is not allowed" 103 msgstr "Das verändern der ID ist nicht erlaubt" 104 105 msgid "Modifying of the Status to something else than 1 or 2 is not allowed" 106 msgstr "Das verändern des Status zu etwas anderem als 1 oder 2 ist nicht erlaubt" 107 108 msgid "Modifying the Alignment to something else than 0, 1, 2 or 3 is not allowed" 109 msgstr "" 110 "Das verändern der Ausrichtung zu etwas anderem als 0, 1, 2 oder 3 ist nicht " 111 "erlaubt" 112 215 #: ../inc/settings.php:15 216 msgid "The Option \"Codes per Page\" must be filled in" 217 msgstr "Die Option \"Codes pro Seite\" muss ausgefüllt werden" 218 219 #: ../inc/settings.php:23 220 msgid "The Value for the Option \"Codes per Page\" must be numeric" 221 msgstr "Die Wert der Option \"Codes pro Seite\" muss numerisch sein" 222 223 #: ../inc/settings.php:54 ../inc/system.php:14 ../inc/system.php:92 224 #: ../inc/system.php:132 225 msgid "Value" 226 msgstr "Wert" 227 228 #: ../inc/settings.php:59 229 msgid "Who can manage this Plugin?" 230 msgstr "Wer kann dieses Plugin verwalten?" 231 232 #: ../inc/settings.php:66 233 msgid "Adminstrators and higher" 234 msgstr "Administratoren und höher" 235 236 #: ../inc/settings.php:67 237 msgid "Editors and higher" 238 msgstr "Redakteure und höher" 239 240 #: ../inc/settings.php:68 241 msgid "Authors and higher" 242 msgstr "Autoren und höher" 243 244 #: ../inc/settings.php:69 245 msgid "Contributors and higher" 246 msgstr "Mitarbeiter und höher" 247 248 #: ../inc/settings.php:74 249 msgid "Codes per Page" 250 msgstr "Codes pro Seite" 251 252 #: ../inc/system.php:5 253 msgid "General" 254 msgstr "Allgemein" 255 256 #: ../inc/system.php:19 257 msgid "PHP Version" 258 msgstr "PHP Version" 259 260 #: ../inc/system.php:23 113 261 msgid "MySQL Version" 114 262 msgstr "MySQL Version" 115 263 116 msgid "Name" 117 msgstr "Name" 118 119 msgid "New Code" 120 msgstr "Code hinzufügen" 121 264 #: ../inc/system.php:36 265 msgid "WordPress Version" 266 msgstr "WordPress Version" 267 268 #: ../inc/system.php:40 269 msgid "WordPress Network Page" 270 msgstr "WordPress Netzwerk Seite" 271 272 #: ../inc/system.php:43 273 msgid "Yes" 274 msgstr "Ja" 275 276 #: ../inc/system.php:45 122 277 msgid "No" 123 278 msgstr "Nein" 124 279 125 msgid "No Alignment - Click to change" 126 msgstr "Keine Ausrichtung - Klicke um dies zu ändern" 127 128 msgid "No Code found - Click \"Add New Code\" to add one." 129 msgstr "Kein Code gefunden - Klick auf \"Neuen Code hinzufügen\" um einen hinzuzufügen." 130 131 msgid "None" 132 msgstr "Keine" 133 134 msgid "Offline" 135 msgstr "Offline" 136 137 msgid "Online" 138 msgstr "Online" 139 140 msgid "Only Letters and Numbers are allowed" 141 msgstr "Nur Buchstaben und Zahlen sind erlaubt" 142 143 msgid "PHP Version" 144 msgstr "PHP Version" 145 280 #: ../inc/system.php:51 281 msgid "Plugin Version (File)" 282 msgstr "Plugin Version (Datei)" 283 284 #: ../inc/system.php:55 285 msgid "Plugin Version (Database)" 286 msgstr "Plugin Version (Datenbank)" 287 288 #: ../inc/system.php:68 289 msgid "Role" 290 msgstr "Rolle" 291 292 #: ../inc/system.php:83 293 msgid "Configuration" 294 msgstr "Konfiguration" 295 296 #: ../inc/system.php:97 146 297 msgid "PHP max. execution time" 147 298 msgstr "PHP max. Ausführungszeit" 148 299 300 #: ../inc/system.php:107 149 301 msgid "PHP memory limit" 150 302 msgstr "PHP Speicherlimit" 151 303 304 #: ../inc/system.php:117 305 msgid "WordPress memory limit" 306 msgstr "WordPress Speicherlimit" 307 308 #: ../inc/system.php:123 152 309 msgid "Paths" 153 310 msgstr "Pfade" 154 311 312 #: ../inc/system.php:137 313 msgid "Home URL" 314 msgstr "Home URL" 315 316 #: ../inc/system.php:141 317 msgid "Site URL" 318 msgstr "Seiten URL" 319 320 #: ../inc/system.php:145 155 321 msgid "Plugin URL" 156 322 msgstr "Plugin URL" 157 323 158 msgid "Plugin Version (Database)" 159 msgstr "Plugin Version (Datenbank)" 160 161 msgid "Plugin Version (File)" 162 msgstr "Plugin Version (Datei)" 163 164 msgid "Right" 165 msgstr "Rechts" 166 167 msgid "Right Alignment - Click to change" 168 msgstr "Rechte Ausrichtung - Klicke um dies zu ändern" 169 170 msgid "Save" 171 msgstr "Speichern" 172 173 msgid "Settings" 174 msgstr "Einstellungen" 175 176 msgid "Shortcode" 177 msgstr "Shortcode" 178 179 msgid "Site URL" 180 msgstr "Seiten URL" 181 182 msgid "Special Characters are not allowed in the Code Name" 183 msgstr "Sonderzeichen sind im Code Namen nicht erlaubt" 184 185 msgid "Status" 186 msgstr "Status" 187 188 msgid "Status is Offline - Click to change" 189 msgstr "Status ist Offline - Klicke um dies zu ändern" 190 191 msgid "Status is Online - Click to change" 192 msgstr "Status ist Online - Klicke um dies zu ändern" 193 194 msgid "System Information" 195 msgstr "System Informationen" 196 197 msgid "The Code Name already exist - It must be uniqe" 198 msgstr "Der Name existiert bereits - Er muss einmalig sein" 199 200 msgid "The Code Name and / or the Code must be filled in" 201 msgstr "Der Code Name und / oder der Code müssen ausgefüllt werden" 202 203 msgid "The Code must be filled in" 204 msgstr "Es muss ein Code eingegeben werden" 205 206 msgid "The Option \"Codes per Page\" must be filled in" 207 msgstr "Die Option \"Codes pro Seite\" muss ausgefüllt werden" 208 209 msgid "The Value for the Option \"Codes per Page\" must be numeric" 210 msgstr "Die Wert der Option \"Codes pro Seite\" muss numerisch sein" 211 212 msgid "Value" 213 msgstr "Wert" 214 215 msgid "WordPress Network Page" 216 msgstr "WordPress Netzwerk Seite" 217 218 msgid "WordPress Version" 219 msgstr "WordPress Version" 220 221 msgid "WordPress memory limit" 222 msgstr "WordPress Speicherlimit" 223 224 msgid "Yes" 225 msgstr "Ja" 324 #~ msgid "Go to the first page" 325 #~ msgstr "Gehe zur ersten Seite"
Note: See TracChangeset
for help on using the changeset viewer.