@@ -27,22 +27,22 @@ |
||
| 27 | 27 | |
| 28 | 28 | if (!empty($_POST)) |
| 29 | 29 | {
|
| 30 | - foreach ( $_POST as $key => $value ) |
|
| 31 | - {
|
|
| 32 | - if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) |
|
| 33 | - continue; |
|
| 30 | + foreach ( $_POST as $key => $value ) |
|
| 31 | + {
|
|
| 32 | + if ( ( !is_string($value) && !is_numeric($value) ) || !is_string($key) ) |
|
| 33 | + continue; |
|
| 34 | 34 | |
| 35 | - if ( get_magic_quotes_gpc() ) |
|
| 36 | - $value = htmlspecialchars( stripslashes((string)$value) ); |
|
| 37 | - else |
|
| 38 | - $value = htmlspecialchars( (string)$value ); |
|
| 35 | + if ( get_magic_quotes_gpc() ) |
|
| 36 | + $value = htmlspecialchars( stripslashes((string)$value) ); |
|
| 37 | + else |
|
| 38 | + $value = htmlspecialchars( (string)$value ); |
|
| 39 | 39 | ?> |
| 40 | 40 | <tr> |
| 41 | 41 | <th style="vertical-align: top"><?php echo htmlspecialchars( (string)$key ); ?></th> |
| 42 | 42 | <td><pre class="samples"><?php echo $value; ?></pre></td> |
| 43 | 43 | </tr> |
| 44 | 44 | <?php |
| 45 | - } |
|
| 45 | + } |
|
| 46 | 46 | } |
| 47 | 47 | ?> |
| 48 | 48 | </table> |
@@ -1,43 +1,43 @@ |
||
| 1 | 1 | <?php return array ( |
| 2 | - 'domain' => 'messages', |
|
| 3 | - 'plural-forms' => NULL, |
|
| 4 | - 'messages' => |
|
| 5 | - array ( |
|
| 2 | + 'domain' => 'messages', |
|
| 3 | + 'plural-forms' => NULL, |
|
| 4 | + 'messages' => |
|
| 5 | + array ( |
|
| 6 | 6 | 'search' => |
| 7 | 7 | array ( |
| 8 | - 'Search %s...' => 'Buscar %s...', |
|
| 9 | - 'More results' => 'Más resultados', |
|
| 10 | - 'No items found' => 'No se encontraron resultados', |
|
| 8 | + 'Search %s...' => 'Buscar %s...', |
|
| 9 | + 'More results' => 'Más resultados', |
|
| 10 | + 'No items found' => 'No se encontraron resultados', |
|
| 11 | 11 | ), |
| 12 | 12 | '' => |
| 13 | 13 | array ( |
| 14 | - 'Data saved successfully' => 'Datos guardados correctamente', |
|
| 15 | - 'Too big data' => 'No se pueden subir archivos tan grandes', |
|
| 16 | - 'Creating "%s", are you sure?' => 'Creando "%s", estas seguro?', |
|
| 17 | - 'Edit as text' => 'Editar manualmente', |
|
| 18 | - 'Too big file: %s (%s max allowed)' => 'Archivo demasiado grande: %s (máximo permitido: %s)', |
|
| 19 | - 'Insert value as text' => 'Insertar el valor manualmente', |
|
| 20 | - 'New value (empty to remove)' => 'Nuevo valor (deja vacio para eliminar)', |
|
| 21 | - 'Previously uploaded...' => 'Cargados previamente...', |
|
| 22 | - 'Load %d more...' => 'Cargar %d más...', |
|
| 23 | - 'Are you sure?' => '¿Estas seguro?', |
|
| 14 | + 'Data saved successfully' => 'Datos guardados correctamente', |
|
| 15 | + 'Too big data' => 'No se pueden subir archivos tan grandes', |
|
| 16 | + 'Creating "%s", are you sure?' => 'Creando "%s", estas seguro?', |
|
| 17 | + 'Edit as text' => 'Editar manualmente', |
|
| 18 | + 'Too big file: %s (%s max allowed)' => 'Archivo demasiado grande: %s (máximo permitido: %s)', |
|
| 19 | + 'Insert value as text' => 'Insertar el valor manualmente', |
|
| 20 | + 'New value (empty to remove)' => 'Nuevo valor (deja vacio para eliminar)', |
|
| 21 | + 'Previously uploaded...' => 'Cargados previamente...', |
|
| 22 | + 'Load %d more...' => 'Cargar %d más...', |
|
| 23 | + 'Are you sure?' => '¿Estas seguro?', |
|
| 24 | 24 | ), |
| 25 | 25 | 'insert' => |
| 26 | 26 | array ( |
| 27 | - '%s - New | %s' => '%s - Nuevo | %s', |
|
| 28 | - 'Create' => 'Crear', |
|
| 27 | + '%s - New | %s' => '%s - Nuevo | %s', |
|
| 28 | + 'Create' => 'Crear', |
|
| 29 | 29 | ), |
| 30 | 30 | 'home' => |
| 31 | 31 | array ( |
| 32 | - 'View web' => 'Ver la web', |
|
| 32 | + 'View web' => 'Ver la web', |
|
| 33 | 33 | ), |
| 34 | 34 | 'edit' => |
| 35 | 35 | array ( |
| 36 | - 'Save' => 'Guardar', |
|
| 37 | - 'You will save this data as a new row. Are you sure?' => 'Vas a guardar estos datos en un nuevo registro. Estas seguro?', |
|
| 38 | - 'Duplicate' => 'Duplicar', |
|
| 39 | - 'This action cannot be undo. Are you sure?' => 'Esta acción no se puede deshacer. Estas seguro?', |
|
| 40 | - 'Delete' => 'Eliminar', |
|
| 36 | + 'Save' => 'Guardar', |
|
| 37 | + 'You will save this data as a new row. Are you sure?' => 'Vas a guardar estos datos en un nuevo registro. Estas seguro?', |
|
| 38 | + 'Duplicate' => 'Duplicar', |
|
| 39 | + 'This action cannot be undo. Are you sure?' => 'Esta acción no se puede deshacer. Estas seguro?', |
|
| 40 | + 'Delete' => 'Eliminar', |
|
| 41 | + ), |
|
| 41 | 42 | ), |
| 42 | - ), |
|
| 43 | 43 | ); |
| 44 | 44 | \ No newline at end of file |
@@ -1,43 +1,43 @@ |
||
| 1 | 1 | <?php return array ( |
| 2 | - 'domain' => 'messages', |
|
| 3 | - 'plural-forms' => NULL, |
|
| 4 | - 'messages' => |
|
| 5 | - array ( |
|
| 2 | + 'domain' => 'messages', |
|
| 3 | + 'plural-forms' => NULL, |
|
| 4 | + 'messages' => |
|
| 5 | + array ( |
|
| 6 | 6 | 'search' => |
| 7 | 7 | array ( |
| 8 | - 'Search %s...' => 'Buscar %s...', |
|
| 9 | - 'More results' => 'Máis resultados', |
|
| 10 | - 'No items found' => 'Non se atoparon resultados', |
|
| 8 | + 'Search %s...' => 'Buscar %s...', |
|
| 9 | + 'More results' => 'Máis resultados', |
|
| 10 | + 'No items found' => 'Non se atoparon resultados', |
|
| 11 | 11 | ), |
| 12 | 12 | '' => |
| 13 | 13 | array ( |
| 14 | - 'Data saved successfully' => 'Datos gardados correctamente', |
|
| 15 | - 'Too big data' => 'Non se poden subir arquivos tan grandes', |
|
| 16 | - 'Creating "%s", are you sure?' => 'Creando "%s", estas seguro?', |
|
| 17 | - 'Edit as text' => 'Editar manualmente', |
|
| 18 | - 'Too big file: %s (%s max allowed)' => 'Arquivo demasiado grande: %s (máximo permitido: %s)', |
|
| 19 | - 'Insert value as text' => 'Insertar o valor manualmente', |
|
| 20 | - 'New value (empty to remove)' => 'Novo valor (deixa baleiro para eliminar)', |
|
| 21 | - 'Previously uploaded...' => 'Cargados previamente', |
|
| 22 | - 'Load %d more...' => 'Cargar %d más', |
|
| 23 | - 'Are you sure?' => 'Estas seguro?', |
|
| 14 | + 'Data saved successfully' => 'Datos gardados correctamente', |
|
| 15 | + 'Too big data' => 'Non se poden subir arquivos tan grandes', |
|
| 16 | + 'Creating "%s", are you sure?' => 'Creando "%s", estas seguro?', |
|
| 17 | + 'Edit as text' => 'Editar manualmente', |
|
| 18 | + 'Too big file: %s (%s max allowed)' => 'Arquivo demasiado grande: %s (máximo permitido: %s)', |
|
| 19 | + 'Insert value as text' => 'Insertar o valor manualmente', |
|
| 20 | + 'New value (empty to remove)' => 'Novo valor (deixa baleiro para eliminar)', |
|
| 21 | + 'Previously uploaded...' => 'Cargados previamente', |
|
| 22 | + 'Load %d more...' => 'Cargar %d más', |
|
| 23 | + 'Are you sure?' => 'Estas seguro?', |
|
| 24 | 24 | ), |
| 25 | 25 | 'insert' => |
| 26 | 26 | array ( |
| 27 | - '%s - New | %s' => '%s - Novo | %s', |
|
| 28 | - 'Create' => 'Crear', |
|
| 27 | + '%s - New | %s' => '%s - Novo | %s', |
|
| 28 | + 'Create' => 'Crear', |
|
| 29 | 29 | ), |
| 30 | 30 | 'home' => |
| 31 | 31 | array ( |
| 32 | - 'View web' => 'Ver a web', |
|
| 32 | + 'View web' => 'Ver a web', |
|
| 33 | 33 | ), |
| 34 | 34 | 'edit' => |
| 35 | 35 | array ( |
| 36 | - 'Save' => 'Gardar', |
|
| 37 | - 'You will save this data as a new row. Are you sure?' => 'Vas gardar estes datos nun novo rexistro. Estas seguro?', |
|
| 38 | - 'Duplicate' => 'Duplicar', |
|
| 39 | - 'This action cannot be undo. Are you sure?' => 'Esta acción non se pode desfacer. Estas seguro?', |
|
| 40 | - 'Delete' => 'Eliminar', |
|
| 36 | + 'Save' => 'Gardar', |
|
| 37 | + 'You will save this data as a new row. Are you sure?' => 'Vas gardar estes datos nun novo rexistro. Estas seguro?', |
|
| 38 | + 'Duplicate' => 'Duplicar', |
|
| 39 | + 'This action cannot be undo. Are you sure?' => 'Esta acción non se pode desfacer. Estas seguro?', |
|
| 40 | + 'Delete' => 'Eliminar', |
|
| 41 | + ), |
|
| 41 | 42 | ), |
| 42 | - ), |
|
| 43 | 43 | ); |
| 44 | 44 | \ No newline at end of file |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php return array ( |
| 2 | - 'domain' => 'messages', |
|
| 3 | - 'plural-forms' => NULL, |
|
| 4 | - 'messages' => |
|
| 5 | - array ( |
|
| 6 | - ), |
|
| 2 | + 'domain' => 'messages', |
|
| 3 | + 'plural-forms' => NULL, |
|
| 4 | + 'messages' => |
|
| 5 | + array ( |
|
| 6 | + ), |
|
| 7 | 7 | ); |
| 8 | 8 | \ No newline at end of file |