lipsiadmin 5.1.4 → 5.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module Lipsiadmin
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 5
4
4
  MINOR = 1
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -6,9 +6,9 @@ de:
6
6
  titles:
7
7
  welcome: "Willkommen"
8
8
  general:
9
- list: "Liste {{model}}"
10
- editForm: "�ndern {{model}} {{value}}"
11
- newForm: "Neu {{model}}"
9
+ list: "Liste %{model}"
10
+ editForm: "�ndern %{model} %{value}"
11
+ newForm: "Neu %{model}"
12
12
  cantDelete: "Du kannst diesen Satz nicht l�schen!"
13
13
  page: "Seite"
14
14
  of: "von"
@@ -67,7 +67,7 @@ de:
67
67
  emails:
68
68
  registration:
69
69
  object: "Ihr Benutzerkonto wurde aktiviert"
70
- body: "Hallo {{name}},\nIhr Benutzerkonto wurde aktiviert.\n\nDu kanst Dich mit dem folgenden Email-Kennung und Passwort anmelden:\n\n- Email: {{email}}\n- Passwort: {{password}}\n\nbenutze folgende URL: {{url}}"
70
+ body: "Hallo %{name},\nIhr Benutzerkonto wurde aktiviert.\n\nDu kanst Dich mit dem folgenden Email-Kennung und Passwort anmelden:\n\n- Email: %{email}\n- Passwort: %{password}\n\nbenutze folgende URL: %{url}"
71
71
  support:
72
72
  object: "Support Anfrage"
73
73
  footer: "\n---------------------------\nViele Gr��e,\nLipsiaSoft s.r.l."
@@ -5,9 +5,9 @@ en:
5
5
  titles:
6
6
  welcome: "Welcome"
7
7
  general:
8
- list: "List {{model}}"
9
- editForm: "Edit {{model}} {{value}}"
10
- newForm: "New {{model}}"
8
+ list: "List %{model}"
9
+ editForm: "Edit %{model} %{value}"
10
+ newForm: "New %{model}"
11
11
  cantDelete: "You cannot delete this record."
12
12
  page: "Page"
13
13
  of: "of"
@@ -66,7 +66,7 @@ en:
66
66
  emails:
67
67
  registration:
68
68
  object: "Your account has been activated"
69
- body: "Hello {{name}},\nyour account has been activated.\n\nYou can login with the following email/password:\n\n- Email: {{email}}\n- Password: {{password}}\n\nusing the following url: {{url}}"
69
+ body: "Hello %{name},\nyour account has been activated.\n\nYou can login with the following email/password:\n\n- Email: %{email}\n- Password: %{password}\n\nusing the following url: %{url}"
70
70
  support:
71
71
  object: "Support Request"
72
72
  footer: "\n---------------------------\nThank you,\nLipsiaSoft s.r.l."
@@ -5,9 +5,9 @@ it:
5
5
  titles:
6
6
  welcome: "Benvenuto"
7
7
  general:
8
- list: "Elenco {{model}}"
9
- editForm: "Modifica {{model}} {{value}}"
10
- newForm: "Nuovo {{model}}"
8
+ list: "Elenco %{model}"
9
+ editForm: "Modifica %{model} %{value}"
10
+ newForm: "Nuovo %{model}"
11
11
  cantDelete: "Non puoi cancellare questo record."
12
12
  page: "Pagina"
13
13
  of: "di"
@@ -66,7 +66,7 @@ it:
66
66
  emails:
67
67
  registration:
68
68
  object: "Il tuo account ora è stato creato"
69
- body: "Salve {{name}},\nil tuo account ora è attivo.\n\nTi puoi loggare utilizzando i seguenti dati:\n\n- Email: {{email}}\n- Password: {{password}}\n\ncollegandoti al seguente url: {{url}}"
69
+ body: "Salve %{name},\nil tuo account ora è attivo.\n\nTi puoi loggare utilizzando i seguenti dati:\n\n- Email: %{email}\n- Password: %{password}\n\ncollegandoti al seguente url: %{url}"
70
70
  support:
71
71
  object: "Richiesta di supporto"
72
72
  footer: "\n---------------------------\nCordiali Saluti,\nLipsiaSoft s.r.l."
@@ -33,20 +33,20 @@ de:
33
33
  words_connector: ", "
34
34
  two_words_connector: " und "
35
35
  last_word_connector: ", und "
36
-
36
+
37
37
  number:
38
38
  # Benutzt in number_with_delimiter()
39
- # Dies sind also die Standard-Einstellungen f�r W�hrung, Prozezentwerte, Genauigkeit und
39
+ # Dies sind also die Standard-Einstellungen f�r W�hrung, Prozezentwerte, Genauigkeit und
40
40
  # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
41
41
  format:
42
42
  # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
43
43
  separator: ","
44
44
  # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
45
45
  delimiter: "."
46
- # Anzahl von Dezimalstellen hinter dem
46
+ # Anzahl von Dezimalstellen hinter dem
47
47
  # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
48
48
  precision: 2
49
-
49
+
50
50
  # Benutzt in number_to_currency()
51
51
  currency:
52
52
  format:
@@ -57,15 +57,15 @@ de:
57
57
  separator: ","
58
58
  delimiter: "."
59
59
  precision: 2
60
-
60
+
61
61
  # Benutzt in number_to_percentage()
62
62
  percentage:
63
63
  format:
64
64
  # These three are to override number.format and are optional
65
- # separator:
65
+ # separator:
66
66
  delimiter: ""
67
- # precision:
68
-
67
+ # precision:
68
+
69
69
  # Benutzt in number_to_precision()
70
70
  precision:
71
71
  format:
@@ -73,15 +73,15 @@ de:
73
73
  # separator:
74
74
  delimiter: ""
75
75
  # precision:
76
-
76
+
77
77
  # Benutzt in number_to_human_size()
78
78
  human:
79
79
  format:
80
80
  # These three are to override number.format and are optional
81
- # separator:
81
+ # separator:
82
82
  delimiter: ""
83
83
  precision: 1
84
-
84
+
85
85
  storage_units:
86
86
  # Storage units output formatting.
87
87
  # %u is the storage unit, %n is the number (default: 2 MB)
@@ -101,34 +101,34 @@ de:
101
101
  half_a_minute: "eine halbe Minute"
102
102
  less_than_x_seconds:
103
103
  one: "weniger als 1 Sekunde"
104
- other: "weniger als {{count}} Sekunden"
104
+ other: "weniger als %{count} Sekunden"
105
105
  x_seconds:
106
106
  one: "1 Sekunde"
107
- other: "{{count}} Sekunden"
107
+ other: "%{count} Sekunden"
108
108
  less_than_x_minutes:
109
109
  one: "weniger als eine Minute"
110
- other: "weniger als {{count}} Minuten"
110
+ other: "weniger als %{count} Minuten"
111
111
  x_minutes:
112
112
  one: "1 Minute"
113
- other: "{{count}} Minuten"
113
+ other: "%{count} Minuten"
114
114
  about_x_hours:
115
115
  one: "�ber 1 Stunde"
116
- other: "�ber {{count}} Stunden"
116
+ other: "�ber %{count} Stunden"
117
117
  x_days:
118
118
  one: "1 Tag"
119
- other: "{{count}} Tage"
119
+ other: "%{count} Tage"
120
120
  about_x_months:
121
121
  one: "�ber 1 Monat"
122
- other: "�ber {{count}} Monate"
122
+ other: "�ber %{count} Monate"
123
123
  x_months:
124
124
  one: "1 Monat"
125
- other: "{{count}} Monate"
125
+ other: "%{count} Monate"
126
126
  about_x_years:
127
127
  one: "�ber 1 Jahr"
128
- other: "�ber {{count}} Jahre"
128
+ other: "�ber %{count} Jahre"
129
129
  over_x_years:
130
130
  one: "vor 1 Jahr"
131
- other: "vor {{count}} Jahre"
131
+ other: "vor %{count} Jahre"
132
132
  prompts:
133
133
  year: "Jahr"
134
134
  month: "Monat"
@@ -141,8 +141,8 @@ de:
141
141
  errors:
142
142
  template:
143
143
  header:
144
- one: "1 Fehler verhindert, dass Objekt {{model}} gesichert werden kann"
145
- other: "{{count}} Fehler verhindern, dass Objekt {{model}} gesichert werden kann"
144
+ one: "1 Fehler verhindert, dass Objekt %{model} gesichert werden kann"
145
+ other: "%{count} Fehler verhindern, dass Objekt %{model} gesichert werden kann"
146
146
  # Die Variable :count ist auch verf�gbar
147
147
  body: "Es existieren Probleme mit den follgenden Feldern:"
148
148
  # The values :model, :attribute and :value are always available for interpolation
@@ -151,23 +151,23 @@ de:
151
151
  inclusion: "ist nicht in der Liste enthalten"
152
152
  exclusion: "ist reserviert"
153
153
  invalid: "ist ung�ltig"
154
- confirmation: "entspricht nicht der Best�tigung"
154
+ confirmation: "entspricht nicht der Best�tigung"
155
155
  accepted: "muss akzeptiert werden"
156
156
  empty: "Darf nicht leer sein"
157
157
  blank: "Darf nicht nur Leerzeichen sein"
158
- too_long: "ist zu lang (Maximum ist {{count}} Zeichen)"
159
- too_short: "ist zu kurz (Minimum ist {{count}} Zeichen)"
160
- wrong_length: "ist ung�ltiger L�nge (soll {{count}} Zeichen sein)"
158
+ too_long: "ist zu lang (Maximum ist %{count} Zeichen)"
159
+ too_short: "ist zu kurz (Minimum ist %{count} Zeichen)"
160
+ wrong_length: "ist ung�ltiger L�nge (soll %{count} Zeichen sein)"
161
161
  taken: "has already been taken"
162
162
  not_a_number: "ist nicht eine Nummer"
163
- greater_than: "muss gr��er sein als {{count}}"
164
- greater_than_or_equal_to: "muss gr��er gleich sein als {{count}}"
165
- equal_to: "muss gleich sein als {{count}}"
166
- less_than: "muss weniger sein als {{count}}"
167
- less_than_or_equal_to: "muss weniger oder gleich sein als {{count}}"
163
+ greater_than: "muss gr��er sein als %{count}"
164
+ greater_than_or_equal_to: "muss gr��er gleich sein als %{count}"
165
+ equal_to: "muss gleich sein als %{count}"
166
+ less_than: "muss weniger sein als %{count}"
167
+ less_than_or_equal_to: "muss weniger oder gleich sein als %{count}"
168
168
  odd: "muss ungerade sein"
169
169
  even: "muss gerade sein"
170
- record_invalid: "Validierung schlug fehl: {{errors}}"
170
+ record_invalid: "Validierung schlug fehl: %{errors}"
171
171
  content_type: "Datei-Format wird nicht unterst�tzt"
172
172
  # F�ge deine eigenen Fehler hier an oder in dem Modell/attributes Scope.
173
-
173
+
@@ -98,34 +98,34 @@ en:
98
98
  half_a_minute: "half a minute"
99
99
  less_than_x_seconds:
100
100
  one: "less than 1 second"
101
- other: "less than {{count}} seconds"
101
+ other: "less than %{count} seconds"
102
102
  x_seconds:
103
103
  one: "1 second"
104
- other: "{{count}} seconds"
104
+ other: "%{count} seconds"
105
105
  less_than_x_minutes:
106
106
  one: "less than a minute"
107
- other: "less than {{count}} minutes"
107
+ other: "less than %{count} minutes"
108
108
  x_minutes:
109
109
  one: "1 minute"
110
- other: "{{count}} minutes"
110
+ other: "%{count} minutes"
111
111
  about_x_hours:
112
112
  one: "about 1 hour"
113
- other: "about {{count}} hours"
113
+ other: "about %{count} hours"
114
114
  x_days:
115
115
  one: "1 day"
116
- other: "{{count}} days"
116
+ other: "%{count} days"
117
117
  about_x_months:
118
118
  one: "about 1 month"
119
- other: "about {{count}} months"
119
+ other: "about %{count} months"
120
120
  x_months:
121
121
  one: "1 month"
122
- other: "{{count}} months"
122
+ other: "%{count} months"
123
123
  about_x_years:
124
124
  one: "about 1 year"
125
- other: "about {{count}} years"
125
+ other: "about %{count} years"
126
126
  over_x_years:
127
127
  one: "over 1 year"
128
- other: "over {{count}} years"
128
+ other: "over %{count} years"
129
129
  prompts:
130
130
  year: "Year"
131
131
  month: "Month"
@@ -138,8 +138,8 @@ en:
138
138
  errors:
139
139
  template:
140
140
  header:
141
- one: "1 error prohibited this {{model}} from being saved"
142
- other: "{{count}} errors prohibited this {{model}} from being saved"
141
+ one: "1 error prohibited this %{model} from being saved"
142
+ other: "%{count} errors prohibited this %{model} from being saved"
143
143
  # The variable :count is also available
144
144
  body: "There were problems with the following fields:"
145
145
  # The values :model, :attribute and :value are always available for interpolation
@@ -152,19 +152,19 @@ en:
152
152
  accepted: "must be accepted"
153
153
  empty: "can't be empty"
154
154
  blank: "can't be blank"
155
- too_long: "is too long (maximum is {{count}} characters)"
156
- too_short: "is too short (minimum is {{count}} characters)"
157
- wrong_length: "is the wrong length (should be {{count}} characters)"
155
+ too_long: "is too long (maximum is %{count} characters)"
156
+ too_short: "is too short (minimum is %{count} characters)"
157
+ wrong_length: "is the wrong length (should be %{count} characters)"
158
158
  taken: "has already been taken"
159
159
  not_a_number: "is not a number"
160
- greater_than: "must be greater than {{count}}"
161
- greater_than_or_equal_to: "must be greater than or equal to {{count}}"
162
- equal_to: "must be equal to {{count}}"
163
- less_than: "must be less than {{count}}"
164
- less_than_or_equal_to: "must be less than or equal to {{count}}"
160
+ greater_than: "must be greater than %{count}"
161
+ greater_than_or_equal_to: "must be greater than or equal to %{count}"
162
+ equal_to: "must be equal to %{count}"
163
+ less_than: "must be less than %{count}"
164
+ less_than_or_equal_to: "must be less than or equal to %{count}"
165
165
  odd: "must be odd"
166
166
  even: "must be even"
167
- record_invalid: "Validation failed: {{errors}}"
167
+ record_invalid: "Validation failed: %{errors}"
168
168
  content_type: "file format not supported"
169
169
  # Append your own errors here or at the model/attributes scope.
170
170
 
@@ -41,34 +41,34 @@ it:
41
41
  half_a_minute: "mezzo minuto"
42
42
  less_than_x_seconds:
43
43
  one: "meno di un secondo"
44
- other: "meno di {{count}} secondi"
44
+ other: "meno di %{count} secondi"
45
45
  x_seconds:
46
46
  one: "1 secondo"
47
- other: "{{count}} secondi"
47
+ other: "%{count} secondi"
48
48
  less_than_x_minutes:
49
49
  one: "meno di un minuto"
50
- other: "meno di {{count}} minuti"
50
+ other: "meno di %{count} minuti"
51
51
  x_minutes:
52
52
  one: "1 minuto"
53
- other: "{{count}} minuti"
53
+ other: "%{count} minuti"
54
54
  about_x_hours:
55
55
  one: "circa un'ora"
56
- other: "circa {{count}} ore"
56
+ other: "circa %{count} ore"
57
57
  x_days:
58
58
  one: "1 giorno"
59
- other: "{{count}} giorni"
59
+ other: "%{count} giorni"
60
60
  about_x_months:
61
61
  one: "circa un mese"
62
- other: "circa {{count}} mesi"
62
+ other: "circa %{count} mesi"
63
63
  x_months:
64
64
  one: "1 mese"
65
- other: "{{count}} mesi"
65
+ other: "%{count} mesi"
66
66
  about_x_years:
67
67
  one: "circa un anno"
68
- other: "circa {{count}} anni"
68
+ other: "circa %{count} anni"
69
69
  over_x_years:
70
70
  one: "oltre un anno"
71
- other: "oltre {{count}} anni"
71
+ other: "oltre %{count} anni"
72
72
 
73
73
  number:
74
74
  format:
@@ -118,8 +118,8 @@ it:
118
118
  errors:
119
119
  template:
120
120
  header:
121
- one: "Non posso salvare questo {{model}}: 1 errore"
122
- other: "Non posso salvare questo {{model}}: {{count}} errori."
121
+ one: "Non posso salvare questo %{model}: 1 errore"
122
+ other: "Non posso salvare questo %{model}: %{count} errori."
123
123
  body: "Per favore ricontrolla i seguenti campi:"
124
124
  messages:
125
125
  inclusion: "non è incluso nella lista"
@@ -129,17 +129,17 @@ it:
129
129
  accepted: "deve essere accettata"
130
130
  empty: "non può essere vuoto"
131
131
  blank: "non può essere lasciato in bianco"
132
- too_long: "è troppo lungo (il massimo è {{count}} lettere)"
133
- too_short: "è troppo corto (il minimo è {{count}} lettere)"
134
- wrong_length: "è della lunghezza sbagliata (deve essere di {{count}} lettere)"
132
+ too_long: "è troppo lungo (il massimo è %{count} lettere)"
133
+ too_short: "è troppo corto (il minimo è %{count} lettere)"
134
+ wrong_length: "è della lunghezza sbagliata (deve essere di %{count} lettere)"
135
135
  taken: "è già in uso"
136
136
  not_a_number: "non è un numero"
137
- greater_than: "deve essere superiore a {{count}}"
138
- greater_than_or_equal_to: "deve essere superiore o uguale a {{count}}"
139
- equal_to: "deve essere uguale a {{count}}"
140
- less_than: "deve essere meno di {{count}}"
141
- less_than_or_equal_to: "deve essere meno o uguale a {{count}}"
137
+ greater_than: "deve essere superiore a %{count}"
138
+ greater_than_or_equal_to: "deve essere superiore o uguale a %{count}"
139
+ equal_to: "deve essere uguale a %{count}"
140
+ less_than: "deve essere meno di %{count}"
141
+ less_than_or_equal_to: "deve essere meno o uguale a %{count}"
142
142
  odd: "deve essere dispari"
143
143
  even: "deve essere pari"
144
- record_invalid: "Validazione fallita: {{errors}}"
144
+ record_invalid: "Validazione fallita: %{errors}"
145
145
  content_type: "il seguente tipo di file non è supportato"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipsiadmin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
5
- prerelease: false
4
+ hash: 57
5
+ prerelease:
6
6
  segments:
7
7
  - 5
8
8
  - 1
9
- - 4
10
- version: 5.1.4
9
+ - 5
10
+ version: 5.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Davide D'Agostino
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-19 00:00:00 -07:00
18
+ date: 2011-02-05 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -497,7 +497,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
497
497
  requirements:
498
498
  - ImageMagick
499
499
  rubyforge_project: lipsiadmin
500
- rubygems_version: 1.3.7
500
+ rubygems_version: 1.4.2
501
501
  signing_key:
502
502
  specification_version: 3
503
503
  summary: Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of 'old' html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.