Merge remote-tracking branch 'origin/QA_4_4' into QA_4_4

This commit is contained in:
Weblate 2015-03-27 14:53:38 +01:00
commit 42ee547bb6
3 changed files with 6 additions and 6 deletions

View File

@ -66,8 +66,8 @@ class SchemaDia extends SchemaPlugin
$leaf->setText(__('Orientation'));
$leaf->setValues(
array(
'L' => 'Landscape',
'P' => 'Portrait',
'L' => __('Landscape'),
'P' => __('Portrait'),
)
);
$specificOptions->addProperty($leaf);

View File

@ -72,8 +72,8 @@ class SchemaEps extends SchemaPlugin
$leaf->setText(__('Orientation'));
$leaf->setValues(
array(
'L' => 'Landscape',
'P' => 'Portrait',
'L' => __('Landscape'),
'P' => __('Portrait'),
)
);
$specificOptions->addProperty($leaf);

View File

@ -72,8 +72,8 @@ class SchemaPdf extends SchemaPlugin
$leaf->setText(__('Orientation'));
$leaf->setValues(
array(
'L' => 'Landscape',
'P' => 'Portrait',
'L' => __('Landscape'),
'P' => __('Portrait'),
)
);
$specificOptions->addProperty($leaf);