mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
translation
This commit is contained in:
parent
cd6d9f4af8
commit
ae9b5068ea
@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Delete After';
|
||||
$lang['paste_delete_desc'] = 'When should we delete your paste?';
|
||||
$lang['paste_recent'] = 'Recent Pastes';
|
||||
$lang['paste_trending'] = 'Trending Pastes';
|
||||
$lang['paste_search'] = 'Search';
|
||||
$lang['paste_from'] = 'From';
|
||||
$lang['paste_ago'] = 'ago';
|
||||
$lang['paste_writtenin'] = 'written in';
|
||||
|
@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Löschen nach';
|
||||
$lang['paste_delete_desc'] = 'Wann soll Dein Paste verfallen?';
|
||||
$lang['paste_recent'] = 'Aktuelle Pastes';
|
||||
$lang['paste_trending'] = 'Oft aufgerufene Pastes';
|
||||
$lang['paste_search'] = 'Suche';
|
||||
$lang['paste_from'] = 'Von';
|
||||
$lang['paste_ago'] = 'vorher';
|
||||
$lang['paste_writtenin'] = 'geschrieben in';
|
||||
|
@ -20,6 +20,7 @@ $lang['paste_delete'] = 'Lösche nach';
|
||||
$lang['paste_delete_desc'] = 'Wenn sölls explodiere?';
|
||||
$lang['paste_recent'] = 'Die nöischtä Pastes';
|
||||
$lang['paste_trending'] = 'Die beliäbtischtä Pastes';
|
||||
$lang['paste_search'] = 'Suechi';
|
||||
$lang['paste_from'] = 'Vom';
|
||||
$lang['paste_ago'] = 'vorhär';
|
||||
$lang['paste_writtenin'] = 'gschriibä in';
|
||||
|
@ -1,7 +1,7 @@
|
||||
<form action="">
|
||||
<div class="item_group">
|
||||
<div class="item">
|
||||
<label for="search"><?php echo lang('search'); ?>
|
||||
<label for="search"><?php echo lang('paste_search'); ?>
|
||||
</label>
|
||||
<input type="text" name="search" value="<?php echo $this->input->get('search'); ?>" id="search" maxlength="100" tabindex="1" />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user