~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/messages/de/zii.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
/**
 
3
 * Message translations.
 
4
 *
 
5
 * This file is automatically generated by 'yiic message' command.
 
6
 * It contains the localizable messages extracted from source code.
 
7
 * You may modify this file by translating the extracted messages.
 
8
 *
 
9
 * Each array element represents the translation (value) of a message (key).
 
10
 * If the value is empty, the message is considered as not translated.
 
11
 * Messages that no longer need translation will have their translations
 
12
 * enclosed between a pair of '@@' marks.
 
13
 *
 
14
 * NOTE, this file must be saved in UTF-8 encoding.
 
15
 *
 
16
 * @version $Id: $
 
17
 */
 
18
return array (
 
19
  'Are you sure to delete this item?' => 'Wollen Sie diesen Eintrag wirklich löschen?',
 
20
  'Delete' => 'Löschen',
 
21
  'Displaying {start}-{end} of {count} result(s).' => 'Anzeige der Ergebnisse {start}-{end} von {count}.',
 
22
  'No' => 'Nein',
 
23
  'No results found.' => 'Keine Ergebnisse gefunden.',
 
24
  'Not set' => 'Nicht gesetzt',
 
25
  'Please specify the "attributes" property.' => 'Bitte geben Sie die "attributes"-Eigenschaft an.',
 
26
  'Please specify the "model" property.' => 'Bitte geben Sie die "model"-Eigenschaft an.',
 
27
  'Sort by: ' => 'Sortieren nach:',
 
28
  'The "dataProvider" property cannot be empty.' => 'Die Eigenschaft "dataProvider" darf nicht leer sein.',
 
29
  'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Das Attribut muss im Format "Name:Typ:Label" angegeben werden, wobei "Typ" und "Label" optional sind.',
 
30
  'The property "itemView" cannot be empty.' => 'Die Eigenschaft "itemView" darf nicht leer sein.',
 
31
  'Total {count} result(s).' => 'Insgesamt {count} Ergebnisse',
 
32
  'Unknown type "{type}".' => 'Unbekannter Typ "{type}".',
 
33
  'Update' => 'Aktualisieren',
 
34
  'View' => 'Anzeigen',
 
35
  'Yes' => 'Ja',
 
36
  '{class} must specify "model" and "attribute" or "name" property values.' => '{class} muss die Eigenschaften "model" und "attribute" oder "name" spezifizieren.',
 
37
);