Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing

This commit is contained in:
Michael Gapczynski 2011-08-15 17:38:33 -04:00
commit 801e4f8611
138 changed files with 2442 additions and 3323 deletions

View File

@ -1,28 +1,31 @@
[main] [main]
host = https://www.transifex.net host = https://www.transifex.net
[owncloud.admin]
file_filter = l10n/<lang>/admin.po
source_file = l10n/templates/admin.pot
source_lang = en
[owncloud.core] [owncloud.core]
file_filter = l10n/<lang>/core.po file_filter = l10n/<lang>/core.po
host = http://www.transifex.net
source_file = l10n/templates/core.pot source_file = l10n/templates/core.pot
source_lang = en source_lang = en
[owncloud.help]
file_filter = l10n/<lang>/help.po
source_file = l10n/templates/help.pot
source_lang = en
[owncloud.log]
file_filter = l10n/<lang>/log.po
source_file = l10n/templates/log.pot
source_lang = en
[owncloud.settings] [owncloud.settings]
file_filter = l10n/<lang>/settings.po file_filter = l10n/<lang>/settings.po
host = http://www.transifex.net
source_file = l10n/templates/settings.pot source_file = l10n/templates/settings.pot
source_lang = en source_lang = en
[owncloud.files]
file_filter = translations/owncloud.files/<lang>.po
host = http://www.transifex.net
source_file = l10n/templates/files.pot
source_lang = en
trans.de = l10n/de/files.po
trans.fr = l10n/fr/files.po
[owncloud.media]
file_filter = translations/owncloud.media/<lang>.po
host = http://www.transifex.net
source_file = l10n/templates/media.pot
source_lang = en
trans.de = l10n/de/media.po
trans.fr = l10n/fr/media.po

View File

@ -4,13 +4,7 @@ ownCloud is written by:
Jakob Sack Jakob Sack
Jan-Christoph Borchardt Jan-Christoph Borchardt
Michael Gapczynski Michael Gapczynski
François Kubler
Kunal Ghosh
Antonio José Gallo Sánchez
Arthur Schiwon Arthur Schiwon
Kamil Domański
Aldo Giambelluca
Dominik Schmidt
With help from many libraries and frameworks including: With help from many libraries and frameworks including:

View File

@ -1,26 +0,0 @@
<?php
// Init owncloud
require_once('../../lib/base.php');
// We send json data
header( "Content-Type: application/jsonrequest" );
// Check if we are a user
if( !OC_User::isLoggedIn() || !OC_Group::inGroup( OC_User::getUser(), 'admin' )){
echo json_encode( array( "status" => "error", "data" => array( "message" => "Authentication error" )));
exit();
}
$username = $_POST["username"];
$password = $_POST["password"];
// Return Success story
if( OC_User::setPassword( $username, $password )){
echo json_encode( array( "status" => "success", "data" => array( "username" => $username )));
}
else{
echo json_encode( array( "status" => "error", "data" => array( "message" => "Unable to change password" )));
}
?>

View File

@ -1,5 +0,0 @@
<?php
OC_App::register( array( "order" => 1, "id" => "admin", "name" => "Administration" ));
?>

View File

@ -1,3 +0,0 @@
li{color:#888}
li.active{color:#000}
span.version{margin-left:3em;color:#ddd}

View File

@ -1,13 +0,0 @@
form { display:inline; }
td.name, td.password { padding-left:.8em; }
td.password>img, td.remove>img { display:none; cursor:pointer; }
td.password>span { margin-right:1.2em; }
td.password { width:12em; cursor:pointer; }
td.remove { width:1em; }
tr:hover>td.password>span { margin:0; cursor:pointer; }
tr:hover>td.remove>img, tr:hover>td.password>img { display:inline; cursor:pointer; }
tr:hover>td.remove>img { float:right; }
li.selected { background-color:#ddd; }
#content>table { margin-top:6.5em; }
table { width:100%; }

View File

@ -1,19 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "læs mere",
"INSTALL" => "INSTALLER",
"Apps Repository" => "Applikation arkiv",
"Cannot connect to apps repository" => "Kan ikke oprette forbindelse til applikations arkivet",
"Name" => "Navn",
"Modified" => "Ændret",
"Administration" => "Administration",
"System Settings" => "System indstillinger",
"Users" => "Brugere",
"Groups" => "Grupper",
"Password" => "Kodeord",
"remove" => "slet",
"Create group" => "Lav gruppe",
"Force new password:" => "Tving ny adgangskode",
"Set" => "Indstil",
"Do you really want to delete user" => "Vil du virkelig slette denne bruger?",
"Do you really want to delete group" => "Vil du virkelig slette denne gruppe?"
);

View File

@ -1,20 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "mehr …",
"INSTALL" => "Installieren",
"Apps Repository" => "Anwendungen",
"Cannot connect to apps repository" => "Verbindung fehlgeschlagen",
"Name" => "Name",
"Modified" => "Änderungsdatum",
"Administration" => "Verwaltung",
"System Settings" => "Systemeinstellungen",
"Users" => "Nutzer",
"Groups" => "Gruppen",
"Password" => "Passwort",
"Create" => "Erstellen",
"remove" => "entfernen",
"Create group" => "Gruppe erstellen",
"Force new password:" => "Neues Passwort:",
"Set" => "OK",
"Do you really want to delete user" => "Möchtest du den Nutzer wirklich entfernen?",
"Do you really want to delete group" => "Möchtest du die Gruppe wirklich entfernen?"
);

View File

@ -1,20 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "leer más",
"INSTALL" => "Instalar",
"Apps Repository" => "Repositorio de aplicaciones ",
"Cannot connect to apps repository" => "No se pudo conectar con el repositorio de aplicaciones",
"Name" => "Nombre",
"Modified" => "Modificado",
"Administration" => "Administración",
"System Settings" => "Ajustes del Sistema",
"Users" => "Usuarios",
"Groups" => "Grupos",
"Password" => "Contraseña",
"Create" => "Crear",
"remove" => "Eliminar",
"Create group" => "Crear grupo",
"Force new password:" => "Forzar una nueva contraseña",
"Set" => "Aplicar",
"Do you really want to delete user" => "¿Seguro que quieres eliminar este usuario?",
"Do you really want to delete group" => "¿Seguro que quieres eliminar este grupo?"
);

View File

@ -1,20 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "en lire plus",
"INSTALL" => "INSTALLATION",
"Apps Repository" => "Répertoire d'applications",
"Cannot connect to apps repository" => "Impossible de se connecter au répertoire d'applications",
"Name" => "Nom",
"Modified" => "Modifié le",
"Administration" => "Administration",
"System Settings" => "Préférences Système",
"Users" => "Utilisateurs",
"Groups" => "Groupes",
"Password" => "Mot de passe",
"Create" => "Créer",
"remove" => "retirer",
"Create group" => "Créer un groupe",
"Force new password:" => "Forcer un nouveau mot de passe :",
"Set" => "Appliquer",
"Do you really want to delete user" => "Voulez-vous réellement supprimer cet utilisateur",
"Do you really want to delete group" => "Voulez-vous réellement supprimer ce groupe"
);

View File

@ -1,19 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "Meer informatie",
"INSTALL" => "Installeer",
"Apps Repository" => "Applicatiedatabase",
"Cannot connect to apps repository" => "Kan geen verbinding maken met de applicatiedatabase",
"Name" => "Naam",
"Modified" => "Laatst aangepast",
"Administration" => "Administratie",
"System Settings" => "Systeeminstellingen",
"Users" => "Gebruikers",
"Groups" => "Groepen",
"Password" => "Wachtwoord",
"remove" => "verwijder",
"Create group" => "Groep aanmaken",
"Force new password:" => "Forceer nieuw wachtwoord:",
"Set" => "Ok",
"Do you really want to delete user" => "Wilt u deze gebruiker verwijderen",
"Do you really want to delete group" => "Wilt u deze groep verwijderen"
);

View File

@ -1,19 +0,0 @@
<?php $TRANSLATIONS = array(
"read more" => "czytaj więcej",
"INSTALL" => "INSTALUJ",
"Apps Repository" => "Repozytorium aplikacji",
"Cannot connect to apps repository" => "Nie można połączyć się z repozytorium aplikacji",
"Name" => "Nazwa",
"Modified" => "Zmodyfikowano",
"Administration" => "Administracja",
"System Settings" => "Ustawienia systemowe",
"Users" => "Użytkownicy",
"Groups" => "Grupy",
"Password" => "Hasło",
"remove" => "usuń",
"Create group" => "Utwórz grupę",
"Force new password:" => "Wymuś nowe hasło",
"Set" => "Ustaw",
"Do you really want to delete user" => "Czy naprawdę chcesz usunąć użytkownika",
"Do you really want to delete group" => "Czy naprawdę chcesz usunąć grupę"
);

View File

@ -1,36 +0,0 @@
<?php
/**
* ownCloud
*
* @author Frank Karlitschek
* @copyright 2010 Frank Karlitschek karlitschek@kde.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
require_once('../lib/base.php');
if( !OC_User::isLoggedIn() || !OC_Group::inGroup( OC_User::getUser(), 'admin' )){
header( "Location: ".OC_Helper::linkTo( "", "index.php" ));
exit();
}
OC_App::setActiveNavigationEntry( "administration" );
$tmpl = new OC_Template( "admin", "system", "user" );
$tmpl->printPage();
?>

View File

@ -1,2 +0,0 @@
<h2><?php echo $l->t( 'System Settings' ); ?></h2>
#TBD

View File

@ -14,5 +14,5 @@ OC_App::addNavigationEntry( array(
'id' => 'contacts_index', 'id' => 'contacts_index',
'order' => 10, 'order' => 10,
'href' => OC_Helper::linkTo( 'contacts', 'index.php' ), 'href' => OC_Helper::linkTo( 'contacts', 'index.php' ),
'icon' => OC_Helper::imagePath( 'admin', 'users.svg' ), 'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ),
'name' => 'Contacts' )); 'name' => 'Contacts' ));

View File

@ -24,6 +24,6 @@
<?php endforeach; ?> <?php endforeach; ?>
<div id="contacts_cardoptions"> <div id="contacts_cardoptions">
<a id="contacts_deletecard"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></a> <a id="contacts_deletecard"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></a>
<a id="contacts_addproperty"><img class="svg" src="<?php echo image_path('', 'actions/download.svg'); ?>" /></a> <a id="contacts_addproperty"><img class="svg action" src="<?php echo image_path('', 'actions/download.svg'); ?>" /></a>
</div> </div>

View File

@ -3,27 +3,27 @@
<div class="contacts_propertyname"><?php echo $l->t('Name'); ?></div> <div class="contacts_propertyname"><?php echo $l->t('Name'); ?></div>
<div class="contacts_propertyvalue"> <div class="contacts_propertyvalue">
<?php echo $_['property']['value']; ?> <?php echo $_['property']['value']; ?>
<span style="display:none;" data-use="edit"><img class="svg" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span> <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
</div> </div>
<?php elseif($_['property']['name'] == 'BDAY'): ?> <?php elseif($_['property']['name'] == 'BDAY'): ?>
<div class="contacts_propertyname"><?php echo $l->t('Birthday'); ?></div> <div class="contacts_propertyname"><?php echo $l->t('Birthday'); ?></div>
<div class="contacts_propertyvalue"> <div class="contacts_propertyvalue">
<?php echo $l->l('date',new DateTime($_['property']['value'])); ?> <?php echo $l->l('date',new DateTime($_['property']['value'])); ?>
<span style="display:none;" data-use="delete"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span> <span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
</div> </div>
<?php elseif($_['property']['name'] == 'ORG'): ?> <?php elseif($_['property']['name'] == 'ORG'): ?>
<div class="contacts_propertyname"><?php echo $l->t('Organisation'); ?></div> <div class="contacts_propertyname"><?php echo $l->t('Organisation'); ?></div>
<div class="contacts_propertyvalue"> <div class="contacts_propertyvalue">
<?php echo $_['property']['value']; ?> <?php echo $_['property']['value']; ?>
<span style="display:none;" data-use="edit"><img class="svg" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span> <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
<span style="display:none;" data-use="delete"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span> <span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
</div> </div>
<?php elseif($_['property']['name'] == 'EMAIL'): ?> <?php elseif($_['property']['name'] == 'EMAIL'): ?>
<div class="contacts_propertyname"><?php echo $l->t('Email'); ?></div> <div class="contacts_propertyname"><?php echo $l->t('Email'); ?></div>
<div class="contacts_propertyvalue"> <div class="contacts_propertyvalue">
<?php echo $_['property']['value']; ?> <?php echo $_['property']['value']; ?>
<span style="display:none;" data-use="edit"><img class="svg" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span> <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
<span style="display:none;" data-use="delete"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span> <span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
</div> </div>
<?php elseif($_['property']['name'] == 'TEL'): ?> <?php elseif($_['property']['name'] == 'TEL'): ?>
<div class="contacts_propertyname"><?php echo $l->t('Telephone'); ?></div> <div class="contacts_propertyname"><?php echo $l->t('Telephone'); ?></div>
@ -32,8 +32,8 @@
<?php if(isset($_['property']['parameters']['TYPE'])): ?> <?php if(isset($_['property']['parameters']['TYPE'])): ?>
(<?php echo $l->t('tel_'.strtolower($_['property']['parameters']['TYPE'])); ?>) (<?php echo $l->t('tel_'.strtolower($_['property']['parameters']['TYPE'])); ?>)
<?php endif; ?> <?php endif; ?>
<span style="display:none;" data-use="edit"><img class="svg" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span> <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
<span style="display:none;" data-use="delete"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span> <span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
</div> </div>
<?php elseif($_['property']['name'] == 'ADR'): ?> <?php elseif($_['property']['name'] == 'ADR'): ?>
<div class="contacts_propertyname"> <div class="contacts_propertyname">
@ -51,8 +51,8 @@
<?php echo $l->t('Region'); ?> <?php echo $_['property']['value'][4]; ?><br> <?php echo $l->t('Region'); ?> <?php echo $_['property']['value'][4]; ?><br>
<?php echo $l->t('Postal Code'); ?> <?php echo $_['property']['value'][5]; ?><br> <?php echo $l->t('Postal Code'); ?> <?php echo $_['property']['value'][5]; ?><br>
<?php echo $l->t('Country'); ?> <?php echo $_['property']['value'][6]; ?> <?php echo $l->t('Country'); ?> <?php echo $_['property']['value'][6]; ?>
<span style="display:none;" data-use="edit"><img class="svg" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span> <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
<span style="display:none;" data-use="delete"><img class="svg" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span> <span style="display:none;" data-use="delete"><img class="svg action" src="<?php echo image_path('', 'actions/delete.svg'); ?>" /></span>
</div> </div>
<?php endif; ?> <?php endif; ?>
</div> </div>

View File

@ -1,16 +1,16 @@
#folderlist li{list-style-type:none;margin-bottom:10px;} #folderlist li { margin-bottom:1em; }
#folderlist button.prettybutton{font-size:1em;width:10ex;} #folderlist button.prettybutton { font-size:1em; width:10em; }
li button.right.prettybutton { font-size:1em; } li button.right.prettybutton { font-size:1em; }
#collection{padding-top:1em;position:relative;width:70ex;float:left;} #collection { padding-top:1em; position:relative; width:70em; float:left; }
#collection li.album,#collection li.song{margin-left:3ex;} #collection li.album,#collection li.song { margin-left:3em; }
#leftcontent img.remove { display:none; float:right; cursor:pointer; } #leftcontent img.remove { display:none; float:right; cursor:pointer; }
#leftcontent li:hover img.remove { display:inline; } #leftcontent li:hover img.remove { display:inline; }
#collection li button { float:right; } #collection li button { float:right; }
#collection li,#playlist li { list-style-type:none; } #collection li,#playlist li { list-style-type:none; }
.template{display:none} .template { display:none; }
#collection li { padding-right:10px; } #collection li { padding-right:10px; }
#searchresults input.play, #searchresults input.add{float:right; height:16px; width:16px;} #searchresults input.play, #searchresults input.add { float:left; height:1em; width:1em; }
#collection tr.collapsed td.album, #collection tr.collapsed td.title{color:#ddd} #collection tr.collapsed td.album, #collection tr.collapsed td.title { color:#ddd; }
a.expander { float:right; display:block; } a.expander { float:right; display:block; }
tr.active { background-color:#ccc; } tr.active { background-color:#eee; }

View File

@ -1,25 +1,16 @@
#controls ul.jp-controls{list-style-type:none;padding:0;} #controls ul.jp-controls { padding:0; }
#controls ul.jp-controls li { display:inline; } #controls ul.jp-controls li { display:inline; }
#controls ul.jp-controls a{position:absolute;overflow:hidden;text-indent:-9999px;} #controls ul.jp-controls li a { position:absolute; padding:.8em 1em; }
a.jp-play,a.jp-pause{width:3.1em;height:3.1em;z-index:1;top:0;left:3.8em;} a.jp-play, a.jp-pause { left:2.5em; }
a.jp-play{background:url("../img/jplayer.blue.monday.png") 0 0 no-repeat;} a.jp-next { left:5em; }
a.jp-play:hover{background:url("../img/jplayer.blue.monday.png") -41px 0 no-repeat;}
a.jp-pause{background:url("../img/jplayer.blue.monday.png") 0 -42px no-repeat;display:none;} div.jp-progress { position:absolute; overflow:hidden; top:.5em; left:8em; width:15em; height:1.2em; padding:0; }
a.jp-pause:hover{background:url("../img/jplayer.blue.monday.png") -41px -42px no-repeat;} div.jp-seek-bar { background:#eee; width:0; height:100%; cursor:pointer; }
a.jp-previous{left:20px;top:.5em;background:url("../img/jplayer.blue.monday.png") 0 -112px no-repeat;width:2.3em;height:2.3em;} div.jp-play-bar { background:#ccc; width:0; height:100%; }
a.jp-previous:hover{background:url("../img/jplayer.blue.monday.png") -29px -112px no-repeat;}
a.jp-next{left:88px;top:.5em;background:url("../img/jplayer.blue.monday.png") 0 -141px no-repeat;width:2.3em;height:2.3em;}
a.jp-next:hover{background:url("../img/jplayer.blue.monday.png") -29px -141px no-repeat;}
div.jp-progress{position:absolute;overflow:hidden;background-color:#293b51;top:1em;left:10em;width:15em;height:1.2em;}
div.jp-seek-bar{background:url("../img/jplayer.blue.monday.png") 0 -202px repeat-x;width:0;height:100%;cursor:pointer;}
div.jp-play-bar{background:url("../img/jplayer.blue.monday.png") 0 -218px repeat-x;width:0;height:100%;}
div.jp-seeking-bg { background:url("../img/pbar-ani.gif"); } div.jp-seeking-bg { background:url("../img/pbar-ani.gif"); }
a.jp-mute,a.jp-unmute{height:1.2em;width:1.5em;top:1em;left:26em;} div.jp-current-time,div.jp-duration { position:absolute; font-size:.64em; font-style:oblique; top:1em; left:13.5em; width:22em; }
a.jp-mute{background:url("../img/jplayer.blue.monday.png") 0 -186px no-repeat;}
a.jp-mute:hover{background:url("../img/jplayer.blue.monday.png") -19px -170px no-repeat;}
a.jp-unmute{background:url("../img/jplayer.blue.monday.png") 0 -170px no-repeat;display:none;}
a.jp-unmute:hover{background:url("../img/jplayer.blue.monday.png") -19px -186px no-repeat;}
div.jp-volume-bar{position:absolute;overflow:hidden;background:url("../img/jplayer.blue.monday.png") 0 -250px repeat-x;width:4em;height:0.4em;cursor:pointer;top:1.3em;left:28em;}
div.jp-volume-bar-value{background:url("../img/jplayer.blue.monday.png") 0 -256px repeat-x;width:0;height:0.4em;}
div.jp-current-time,div.jp-duration{position:absolute;font-size:.64em;font-style:oblique;top:1em;left:16.8em;width:22em;}
div.jp-duration { text-align:right; } div.jp-duration { text-align:right; }
a.jp-mute,a.jp-unmute { left:24em; }
div.jp-volume-bar { position:absolute; overflow:hidden; background:#eee; width:4em; height:0.4em; cursor:pointer; top:1.3em; left:27em; }
div.jp-volume-bar-value { background:#ccc; width:0; height:0.4em; }

View File

@ -34,7 +34,7 @@ Collection={
} }
if(collection.length==0){ if(collection.length==0){
$('#scan input.start').val(t('media','Scan Collection')); $('#scan input.start').val(t('media','Scan Collection'));
$('#plugins a[href="#collection"]').trigger('click'); $('#scan input.start').click();
} }
} }

View File

@ -204,4 +204,7 @@ $(document).ready(function(){
$(window).bind('beforeunload', function (){ $(window).bind('beforeunload', function (){
PlayList.save(); PlayList.save();
}); });
$('jp-previous').tipsy({gravity:'n', fade:true, live:true});
$('jp-next').tipsy({gravity:'n', fade:true, live:true});
}) })

View File

@ -5,7 +5,7 @@ PlayList.render=function(){
var item=PlayList.items[i]; var item=PlayList.items[i];
var li=$('<li/>'); var li=$('<li/>');
li.append(item.name); li.append(item.name);
var img=$('<img class="remove" src="'+OC.imagePath('core','actions/delete')+'"/>'); var img=$('<img class="remove svg action" src="'+OC.imagePath('core','actions/delete')+'"/>');
img.click(function(event){ img.click(function(event){
event.stopPropagation(); event.stopPropagation();
PlayList.remove($(this).parent().data('index')); PlayList.remove($(this).parent().data('index'));

9
apps/media/l10n/de.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Musik",
"Songs scanned" => "Lieder gescannt",
"Rescan Collection" => "Sammlung scannen",
"Pause" => "Pause",
"Artist" => "Künstler",
"Album" => "Album",
"Title" => "Titel"
);

9
apps/media/l10n/fr.php Normal file
View File

@ -0,0 +1,9 @@
<?php $TRANSLATIONS = array(
"Music" => "Musique",
"Songs scanned" => "Pistes scannées",
"Rescan Collection" => "Réanalyser la Collection",
"Pause" => "Pause",
"Artist" => "Artiste",
"Album" => "Album",
"Title" => "Titre"
);

View File

@ -1,22 +1,23 @@
<div id="controls"> <div id="controls">
<ul class="jp-controls"> <ul class="jp-controls">
<li><a href="#" class="jp-play" tabindex="1">play</a></li> <li><a href="#" class="jp-play action"><img class="svg" src="<?php echo image_path('core', 'actions/play-big.svg'); ?>" /></a></li>
<li><a href="#" class="jp-pause" tabindex="1">pause</a></li> <li><a href="#" class="jp-pause action"><img class="svg" src="<?php echo image_path('core', 'actions/pause-big.svg'); ?>" /></a></li>
<li><a href="#" class="jp-mute" tabindex="1">mute</a></li> <li><a href="#" class="jp-previous action"><img class="svg" src="<?php echo image_path('core', 'actions/play-previous.svg'); ?>" /></a></li>
<li><a href="#" class="jp-unmute" tabindex="1">unmute</a></li> <li><a href="#" class="jp-next action"><img class="svg" src="<?php echo image_path('core', 'actions/play-next.svg'); ?>" /></a></li>
<li><a href="#" class="jp-previous" tabindex="1">previous</a></li> <li><a href="#" class="jp-mute action"><img class="svg" src="<?php echo image_path('core', 'actions/sound.svg'); ?>" /></a></li>
<li><a href="#" class="jp-next" tabindex="1">next</a></li> <li><a href="#" class="jp-unmute action"><img class="svg" src="<?php echo image_path('core', 'actions/sound-off.svg'); ?>" /></a></li>
</ul> </ul>
<div class="jp-progress"> <div class="jp-progress">
<div class="jp-seek-bar"> <div class="jp-seek-bar">
<div class="jp-play-bar"></div> <div class="jp-play-bar"></div>
</div> </div>
</div> </div>
<div class="jp-current-time"></div>
<div class="jp-duration"></div>
<div class="jp-volume-bar"> <div class="jp-volume-bar">
<div class="jp-volume-bar-value"></div> <div class="jp-volume-bar-value"></div>
</div> </div>
<div class="jp-current-time"></div>
<div class="jp-duration"></div>
<div class="player" id="jp-player"></div> <div class="player" id="jp-player"></div>
</div> </div>
@ -24,10 +25,11 @@
<div id="rightcontent"> <div id="rightcontent">
<div id="scan"> <div id="scan">
<p id="scancount" style="display:none"><span class="songCount">0</span> <?php echo $l->t('Songs scanned')?></p> <p id="scancount" style="display:none"><span class="songCount">0</span> <?php echo $l->t('Songs scanned')?>
<div id="scanprogressbar"></div>
<input type="button" class="start" value="<?php echo $l->t('Rescan Collection')?>"></input> <input type="button" class="start" value="<?php echo $l->t('Rescan Collection')?>"></input>
<input type="button" class="stop" style="display:none" value="<?php echo $l->t('Pause')?>"></input> <input type="button" class="stop" style="display:none" value="<?php echo $l->t('Pause')?>"></input></p>
<div id="scanprogressbar"></div>
</div> </div>
<table id="collection"> <table id="collection">
<thead> <thead>

View File

@ -1,5 +1,5 @@
$(document).ready(function(){ $(document).ready(function(){
$('#openidform input').blur(function(event){ $('#openidform #identity').blur(function(event){
event.preventDefault(); event.preventDefault();
var post = $( "#openidform" ).serialize(); var post = $( "#openidform" ).serialize();
$.post( 'ajax/openid.php', post, function(data){ $.post( 'ajax/openid.php', post, function(data){
@ -9,4 +9,12 @@ $(document).ready(function(){
} }
}); });
}); });
// reset value when edited, workaround because of .select() not working with disabled inputs
$('#openid').focus(function(event){
openidValue = $('#openid').val();
});
$('#openid').blur(function(event){
$('#openid').val(openidValue);
});
}); });

View File

@ -1,6 +1,8 @@
<form id="openidform"> <form id="openidform">
<fieldset> <fieldset class="personalblock">
<legend><?php echo $l->t( 'OpenID' );?></legend> <label for="openid"><strong>OpenID</strong></label>
<input type="text" name='identity' id='identity' value="<?php echo $_['identity']; ?>" placeholder="OpenID for <?php echo OC_User::getUser();?>" /> <input type="text" id="openid" value="<?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].OC::$WEBROOT.'/?'; echo OC_User::getUser(); ?>" title="you can authenticate to other sites with this address" />
<label for="identity">Authorized</label>
<input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="OpenID provider" title="Wordpress, Identi.ca, Launchpad, &hellip;" />
</fieldset> </fieldset>
</form> </form>

View File

@ -0,0 +1,57 @@
<?php
/**
* ownCloud
*
* @author Hans Bakker
* @copyright 2011 Hans Bakker hansmbakker+kde@gmail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
* License as published by the Free Software Foundation; either
* version 3 of the License, or any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU AFFERO GENERAL PUBLIC LICENSE for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
header("Content-Type: application/jsonrequest");
$RUNTIME_NOAPPS = TRUE; //no apps, yet
require_once('../../lib/base.php');
$not_installed = !OC_Config::getValue('installed', false);
// First step : check if the server is correctly configured for ownCloud :
$errors = OC_Util::checkServer();
if(count($errors) > 0) {
echo json_encode(array("user_valid" => "false", "comment" => $errors));
}
// Setup required :
elseif($not_installed) {
echo json_encode(array("user_valid" => "false", "comment" => "not_installed"));
}
// Someone wants to check a user:
elseif(isset($_GET["user"]) and isset($_GET["password"])) {
if(OC_User::checkPassword($_GET["user"], $_GET["password"]))
echo json_encode(array("user_valid" => "true", "comment" => ""));
else
echo json_encode(array("user_valid" => "false", "comment" => ""));
}
// For all others cases:
else {
echo json_encode(array("user_valid" => "false", "comment" => "unknown"));
}
?>

View File

@ -1,7 +1,25 @@
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url(../img/jquery-tipsy.gif); } .tipsy { font-size:10px; position:absolute; padding:5px; z-index:100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } .tipsy-inner { background-color:#000; color:#FFF; max-width:200px; padding:5px 8px 4px 8px; text-align:center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; } /* Rounded corners */
.tipsy-south { background-position: bottom center; } .tipsy-inner { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; } /* Uncomment for shadow */
/*.tipsy-inner { box-shadow:0 0 5px #000000; -webkit-box-shadow:0 0 5px #000000; -moz-box-shadow:0 0 5px #000000; }*/
.tipsy-arrow { position:absolute; width:0; height:0; border:5px solid transparent; }
/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color:#000; }
.tipsy-arrow-s { border-top-color:#000; }
.tipsy-arrow-e { border-left-color:#000; }
.tipsy-arrow-w { border-right-color:#000; }
.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow, .tipsy-ne .tipsy-arrow { top:0; border-top:none; }
.tipsy-s .tipsy-arrow, .tipsy-sw .tipsy-arrow, .tipsy-se .tipsy-arrow { bottom:0; border-bottom:none; }
.tipsy-n .tipsy-arrow, .tipsy-s .tipsy-arrow { left:50%; margin-left:-5px; }
.tipsy-nw .tipsy-arrow, .tipsy-sw .tipsy-arrow { left:10px; }
.tipsy-ne .tipsy-arrow, .tipsy-se .tipsy-arrow { right:10px; }
.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow { top:50%; margin-top:-5px; }
.tipsy-e .tipsy-arrow { right:0; border-right:none; }
.tipsy-w .tipsy-arrow { left:0; border-left:none; }

View File

@ -1,6 +1,6 @@
ul.multiselectoptions { z-index:49; position:absolute; background-color:#fff; padding-top:.5em; border-bottom-left-radius:.5em; border-bottom-right-radius:.5em; border:1px solid #ddd; border-top:none; } ul.multiselectoptions { z-index:49; position:absolute; background-color:#fff; padding-top:.5em; border:1px solid #ddd; border-top:none; -moz-border-radius-bottomleft:.5em; -webkit-border-bottom-left-radius:.5em; border-bottom-left-radius:.5em; -moz-border-radius-bottomright:.5em; -webkit-border-bottom-right-radius:.5em; border-bottom-right-radius:.5em; -moz-box-shadow:0 1px 1px #ddd; -webkit-box-shadow:0 1px 1px #ddd; box-shadow:0 1px 1px #ddd; }
div.multiselect { padding-right:.6em; display:inline; position:relative; display:inline-block } div.multiselect { padding-right:.6em; display:inline; position:relative; display:inline-block }
div.multiselect.active { background-color:#fff; border-bottom:none; border-bottom-left-radius:0; border-bottom-right-radius:0; z-index:50; position:relative } div.multiselect.active { background-color:#fff; border-bottom:none; border-bottom-left-radius:0; border-bottom-right-radius:0; z-index:50; position:relative }
div.multiselect>span:first-child { margin-right:2em; } div.multiselect>span:first-child { margin-right:2em; float:left; }
div.multiselect>span:last-child { float:right; position:relative } div.multiselect>span:last-child { float:right; position:relative }
ul.multiselectoptions input.new{ margin:0; padding-bottom:0.2em; padding-top:0.2em; border-top-left-radius:0; border-top-right-radius:0; } ul.multiselectoptions input.new{ margin:0; padding-bottom:0.2em; padding-top:0.2em; border-top-left-radius:0; border-top-right-radius:0; }

View File

@ -2,16 +2,16 @@
This file is licensed under the Affero General Public License version 3 or later. This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */ See the COPYING-README file. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; cursor:default; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; } article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }
body { line-height:1.5; } body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; white-space:nowrap; } table { border-collapse:separate; border-spacing:0; white-space:nowrap; }
caption, th, td { text-align:left; font-weight:normal; } caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align:middle; } table, td, th { vertical-align:middle; }
a { border:0; color:#000; text-decoration:none;} a { border:0; color:#000; text-decoration:none;}
a, a *, input, input *, select, .button span, li { cursor:pointer; } a, a *, input, input *, select, .button span, li, label { cursor:pointer; }
ul { list-style:none; } ul { list-style:none; }
body { background:#fefefe; font:normal 80%/1.6em "Lucida Grande", Arial, Verdana, sans-serif; color:#000; margin-bottom:2em; } body { background:#fefefe; font:normal .8em/1.6em "Lucida Grande", Arial, Verdana, sans-serif; color:#000; }
/* HEADERS */ /* HEADERS */
@ -28,16 +28,15 @@ background: linear-gradient(top, #35537a 0%,#1d2d42 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d42',GradientType=0 ); /* IE6-9 */ } filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35537a', endColorstr='#1d2d42',GradientType=0 ); /* IE6-9 */ }
#owncloud { float:left; } #owncloud { float:left; }
h1 { margin:1em 3em 1em 0; border-bottom:1px solid #666; text-transform:uppercase; font-weight:normal; font-style:italic; color:#666; }
/* INPUTS */ /* INPUTS */
input[type="text"], input[type="password"] { cursor:text; } input[type="text"], input[type="password"] { cursor:text; }
input, select, .button { font-size:1em; width:10em; margin:.3em; padding:.6em .5em .4em; background:#fff; color:#333; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; } input, select, .button, #quota, div.jp-progress { font-size:1em; width:10em; margin:.3em; padding:.6em .5em .4em; background:#fff; color:#333; border:1px solid #ddd; -moz-box-shadow:0 1px 1px #fff, 0 2px 0 #bbb inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; box-shadow:0 1px 1px #fff, 0 1px 0 #bbb inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
input[type="text"], input[type="password"] { background:#f8f8f8; color:#555; cursor:text; } input[type="text"], input[type="password"] { background:#f8f8f8; color:#555; cursor:text; }
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus { background:#fff; color:#333; } input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus { background:#fff; color:#333; }
input[type="submit"], input[type="button"], .button { width:auto; padding:.4em; border:1px solid #ddd; font-weight:bold; cursor:pointer; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; } input[type="submit"], input[type="button"], .button, #quota, div.jp-progress { width:auto; padding:.4em; border:1px solid #ddd; font-weight:bold; cursor:pointer; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em; }
input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, .button:hover { background:#fff; color:#333; } input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, .button:hover { background:#fff; color:#333; }
input[type="checkbox"] { width:auto; } input[type="checkbox"] { width:auto; }
@ -49,18 +48,16 @@ radius:1em; border-radius:1em; }
input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; } input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #cfc inset; }
input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-shadow:#ffeedd 0 1px 0; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; } input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-shadow:#ffeedd 0 1px 0; -moz-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; -webkit-box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; box-shadow:0 1px 1px #f8f8f8, 0 1px 1px #ffeedd inset; }
form label { cursor:pointer; }
#body-settings fieldset { padding:1em; width:40em; margin:1em;
border:1px solid #ddd; font-weight:bold; background:#f2f2f2; color:#555; text-shadow:#fff 0 1px 0; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #fff inset; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
legend { padding:.2em; font-size:1.2em; }
.template{display:none;}
/* CONTENT ------------------------------------------------------------------ */ /* CONTENT ------------------------------------------------------------------ */
#controls { width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; } #controls { width:100%; top:3.5em; height:2.8em; margin:0; background:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:50; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
#content { margin:3.5em 0 0 12.5em; padding-bottom:10em; } #content { margin:3.5em 0 0 12.5em; padding-bottom:10em; }
#leftcontent { position:absolute; top:6.4em; width:20em; background:#f8f8f8; height:100%; border-right:1px solid #ddd; } #leftcontent { position:absolute; top:6.4em; width:20em; background:#f8f8f8; height:100%; border-right:1px solid #ddd; }
#leftcontent li { padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
#leftcontent li:hover, #leftcontent li:active { background:#eee; }
#rightcontent { position:absolute; top:6.4em; left:33em; } #rightcontent { position:absolute; top:6.4em; left:33em; }
/* LOG IN & INSTALLATION ------------------------------------------------------------ */ /* LOG IN & INSTALLATION ------------------------------------------------------------ */
#body-login { background:#ddd; } #body-login { background:#ddd; }
#body-login p.info { width:16em; margin:2em auto; padding:1em; background:#eee; -moz-box-shadow:0 1px 0 #bbb inset; -webkit-box-shadow:0 1px 0 #bbb inset; box-shadow:0 1px 0 #bbb inset; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; } #body-login p.info { width:16em; margin:2em auto; padding:1em; background:#eee; -moz-box-shadow:0 1px 0 #bbb inset; -webkit-box-shadow:0 1px 0 #bbb inset; box-shadow:0 1px 0 #bbb inset; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; }
@ -84,7 +81,7 @@ legend { padding:.2em; font-size:1.2em; }
/* NAVIGATION ------------------------------------------------------------- */ /* NAVIGATION ------------------------------------------------------------- */
#navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; } #navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; }
#navigation a { display:block; padding:.6em .5em .4em 2.5em; background:#eee 1em center no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; } #navigation a { display:block; padding:.6em .5em .4em 2.5em; background:#eee 1em center no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; -webkit-transition:background 300ms; -moz-transition:background 300ms; -o-transition:background 300ms; transition:background 300ms; }
#navigation a.active, #navigation a:hover, #navigation a:focus { background-color:#dbdbdb; border-top:1px solid #d4d4d4; border-bottom:1px solid #ccc; color:#333; } #navigation a.active, #navigation a:hover, #navigation a:focus { background-color:#dbdbdb; border-top:1px solid #d4d4d4; border-bottom:1px solid #ccc; color:#333; }
#navigation a.active { background-color:#ddd; } #navigation a.active { background-color:#ddd; }
#navigation #settings { position:absolute; bottom:3.5em; width:100%; } #navigation #settings { position:absolute; bottom:3.5em; width:100%; }
@ -92,15 +89,22 @@ legend { padding:.2em; font-size:1.2em; }
#expand+span { position:relative; bottom:.4em; left:.2em; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; } #expand+span { position:relative; bottom:.4em; left:.2em; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; }
#logout { position:absolute; right:0; top:0; padding:1.2em 2em .55em 1.2em; } #logout { position:absolute; right:0; top:0; padding:1.2em 2em .55em 1.2em; }
/* USER SETTINGS ------------------------------------------------------------ */
#quota_indicator { margin:0 4em 1em 0; padding:0; border:1px solid #ccc; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } /* VARIOUS REUSABLE SELECTORS */
#quota_indicator div { background:#76a9ea; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } .hidden { display:none; }
#notification { z-index:101; cursor:pointer; background-color:#fc4; border:0; padding:0 .7em .3em; display:block; position:fixed; left:50%; top:0; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
.action, .selectedActions a, #logout { opacity:.3; -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; }
.action:hover, .selectedActions a:hover, #logout:hover { opacity:1; }
table tr { -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
tbody tr:hover, tr:active { background-color:#f8f8f8; }
#body-settings .personalblock { padding:.5em 1em; margin:1em; background:#f8f8f8; color:#555; text-shadow:#fff 0 1px 0; -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;}
#body-settings div.personalblock:first-child { position:relative; margin-top:4.5em; padding:0; }
#quota div, div.jp-play-bar, div.jp-seek-bar { padding:.6em 1em; background:#e6e6e6; font-weight:normal; white-space:nowrap; }
div.jp-play-bar, div.jp-seek-bar { padding:0; }
li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; } li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; background:#ffe .8em .8em no-repeat; border:1px solid #ccc; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
.hidden{ display:none; }
#notification{ z-index:101; cursor:pointer; background-color:#fc4; border:0; padding:0 .7em .3em; display:block; position:fixed; left:50%; top:0;
-moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em; border-bottom-left-radius:1em;
-moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em; border-bottom-right-radius:1em; }
.file_action, .selectedActions a, #logout { opacity:.5; }
.file_action:hover, .selectedActions a:hover, #logout:hover { opacity:1; }

View File

@ -1,84 +1,194 @@
// tipsy - Facebook-style tooltip plugin for jQuery // tipsy, facebook style tooltips for jquery
// (c) 2008-2009 Jason Frame (jason@onehackoranother.com) // version 1.0.0a
// Released under The MIT License. // (c) 2008-2010 jason frame [jason@onehackoranother.com]
// released under the MIT license
(function($) { (function($) {
function maybeCall(thing, ctx) {
return (typeof thing == 'function') ? (thing.call(ctx)) : thing;
};
function Tipsy(element, options) {
this.$element = $(element);
this.options = options;
this.enabled = true;
this.fixTitle();
};
Tipsy.prototype = {
show: function() {
var title = this.getTitle();
if (title && this.enabled) {
var $tip = this.tip();
$tip.find('.tipsy-inner')[this.options.html ? 'html' : 'text'](title);
$tip[0].className = 'tipsy'; // reset classname in case of dynamic gravity
$tip.remove().css({top: 0, left: 0, visibility: 'hidden', display: 'block'}).prependTo(document.body);
var pos = $.extend({}, this.$element.offset(), {
width: this.$element[0].offsetWidth,
height: this.$element[0].offsetHeight
});
var actualWidth = $tip[0].offsetWidth,
actualHeight = $tip[0].offsetHeight,
gravity = maybeCall(this.options.gravity, this.$element[0]);
var tp;
switch (gravity.charAt(0)) {
case 'n':
tp = {top: pos.top + pos.height + this.options.offset, left: pos.left + pos.width / 2 - actualWidth / 2};
break;
case 's':
tp = {top: pos.top - actualHeight - this.options.offset, left: pos.left + pos.width / 2 - actualWidth / 2};
break;
case 'e':
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth - this.options.offset};
break;
case 'w':
tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width + this.options.offset};
break;
}
if (gravity.length == 2) {
if (gravity.charAt(1) == 'w') {
tp.left = pos.left + pos.width / 2 - 15;
} else {
tp.left = pos.left + pos.width / 2 - actualWidth + 15;
}
}
$tip.css(tp).addClass('tipsy-' + gravity);
$tip.find('.tipsy-arrow')[0].className = 'tipsy-arrow tipsy-arrow-' + gravity.charAt(0);
if (this.options.className) {
$tip.addClass(maybeCall(this.options.className, this.$element[0]));
}
if (this.options.fade) {
$tip.stop().css({opacity: 0, display: 'block', visibility: 'visible'}).animate({opacity: this.options.opacity});
} else {
$tip.css({visibility: 'visible', opacity: this.options.opacity});
}
}
},
hide: function() {
if (this.options.fade) {
this.tip().stop().fadeOut(function() { $(this).remove(); });
} else {
this.tip().remove();
}
},
fixTitle: function() {
var $e = this.$element;
if ($e.attr('title') || typeof($e.attr('original-title')) != 'string') {
$e.attr('original-title', $e.attr('title') || '').removeAttr('title');
}
},
getTitle: function() {
var title, $e = this.$element, o = this.options;
this.fixTitle();
var title, o = this.options;
if (typeof o.title == 'string') {
title = $e.attr(o.title == 'title' ? 'original-title' : o.title);
} else if (typeof o.title == 'function') {
title = o.title.call($e[0]);
}
title = ('' + title).replace(/(^\s*|\s*$)/, "");
return title || o.fallback;
},
tip: function() {
if (!this.$tip) {
this.$tip = $('<div class="tipsy"></div>').html('<div class="tipsy-arrow"></div><div class="tipsy-inner"></div>');
}
return this.$tip;
},
validate: function() {
if (!this.$element[0].parentNode) {
this.hide();
this.$element = null;
this.options = null;
}
},
enable: function() { this.enabled = true; },
disable: function() { this.enabled = false; },
toggleEnabled: function() { this.enabled = !this.enabled; }
};
$.fn.tipsy = function(options) { $.fn.tipsy = function(options) {
if (options === true) {
return this.data('tipsy');
} else if (typeof options == 'string') {
var tipsy = this.data('tipsy');
if (tipsy) tipsy[options]();
return this;
}
options = $.extend({}, $.fn.tipsy.defaults, options); options = $.extend({}, $.fn.tipsy.defaults, options);
return this.each(function() { function get(ele) {
var tipsy = $.data(ele, 'tipsy');
var opts = $.fn.tipsy.elementOptions(this, options); if (!tipsy) {
tipsy = new Tipsy(ele, $.fn.tipsy.elementOptions(ele, options));
$(this).hover(function() { $.data(ele, 'tipsy', tipsy);
}
$.data(this, 'cancel.tipsy', true); return tipsy;
var tip = $.data(this, 'active.tipsy');
if (!tip) {
tip = $('<div class="tipsy"><div class="tipsy-inner"/></div>');
tip.css({position: 'absolute', zIndex: 100000});
$.data(this, 'active.tipsy', tip);
} }
if ($(this).attr('title') || typeof($(this).attr('original-title')) != 'string') { function enter() {
$(this).attr('original-title', $(this).attr('title') || '').removeAttr('title'); var tipsy = get(this);
} tipsy.hoverState = 'in';
if (options.delayIn == 0) {
var title; tipsy.show();
if (typeof opts.title == 'string') {
title = $(this).attr(opts.title == 'title' ? 'original-title' : opts.title);
} else if (typeof opts.title == 'function') {
title = opts.title.call(this);
}
tip.find('.tipsy-inner')[opts.html ? 'html' : 'text'](title || opts.fallback);
var pos = $.extend({}, $(this).offset(), {width: this.offsetWidth, height: this.offsetHeight});
tip.get(0).className = 'tipsy'; // reset classname in case of dynamic gravity
tip.remove().css({top: 0, left: 0, visibility: 'hidden', display: 'block'}).appendTo(document.body);
var actualWidth = tip[0].offsetWidth, actualHeight = tip[0].offsetHeight;
var gravity = (typeof opts.gravity == 'function') ? opts.gravity.call(this) : opts.gravity;
switch (gravity.charAt(0)) {
case 'n':
tip.css({top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-north');
break;
case 's':
tip.css({top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}).addClass('tipsy-south');
break;
case 'e':
tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}).addClass('tipsy-east');
break;
case 'w':
tip.css({top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}).addClass('tipsy-west');
break;
}
if (opts.fade) {
tip.css({opacity: 0, display: 'block', visibility: 'visible'}).animate({opacity: 0.8});
} else { } else {
tip.css({visibility: 'visible'}); tipsy.fixTitle();
setTimeout(function() { if (tipsy.hoverState == 'in') tipsy.show(); }, options.delayIn);
} }
};
}, function() { function leave() {
$.data(this, 'cancel.tipsy', false); var tipsy = get(this);
var self = this; tipsy.hoverState = 'out';
setTimeout(function() { if (options.delayOut == 0) {
if ($.data(this, 'cancel.tipsy')) return; tipsy.hide();
var tip = $.data(self, 'active.tipsy');
if (opts.fade) {
tip.stop().fadeOut(function() { $(this).remove(); });
} else { } else {
tip.remove(); setTimeout(function() { if (tipsy.hoverState == 'out') tipsy.hide(); }, options.delayOut);
} }
}, 100); };
}); if (!options.live) this.each(function() { get(this); });
}); if (options.trigger != 'manual') {
var binder = options.live ? 'live' : 'bind',
eventIn = options.trigger == 'hover' ? 'mouseenter' : 'focus',
eventOut = options.trigger == 'hover' ? 'mouseleave' : 'blur';
this[binder](eventIn, enter)[binder](eventOut, leave);
}
return this;
};
$.fn.tipsy.defaults = {
className: null,
delayIn: 0,
delayOut: 0,
fade: false,
fallback: '',
gravity: 'n',
html: false,
live: false,
offset: 0,
opacity: 0.8,
title: 'title',
trigger: 'hover'
}; };
// Overwrite this method to provide options on a per-element basis. // Overwrite this method to provide options on a per-element basis.
@ -89,14 +199,6 @@
return $.metadata ? $.extend({}, options, $(ele).metadata()) : options; return $.metadata ? $.extend({}, options, $(ele).metadata()) : options;
}; };
$.fn.tipsy.defaults = {
fade: false,
fallback: '',
gravity: 'n',
html: false,
title: 'title'
};
$.fn.tipsy.autoNS = function() { $.fn.tipsy.autoNS = function() {
return $(this).offset().top > ($(document).scrollTop() + $(window).height() / 2) ? 's' : 'n'; return $(this).offset().top > ($(document).scrollTop() + $(window).height() / 2) ? 's' : 'n';
}; };
@ -105,4 +207,35 @@
return $(this).offset().left > ($(document).scrollLeft() + $(window).width() / 2) ? 'e' : 'w'; return $(this).offset().left > ($(document).scrollLeft() + $(window).width() / 2) ? 'e' : 'w';
}; };
/**
* yields a closure of the supplied parameters, producing a function that takes
* no arguments and is suitable for use as an autogravity function like so:
*
* @param margin (int) - distance from the viewable region edge that an
* element should be before setting its tooltip's gravity to be away
* from that edge.
* @param prefer (string, e.g. 'n', 'sw', 'w') - the direction to prefer
* if there are no viewable region edges effecting the tooltip's
* gravity. It will try to vary from this minimally, for example,
* if 'sw' is preferred and an element is near the right viewable
* region edge, but not the top edge, it will set the gravity for
* that element's tooltip to be 'se', preserving the southern
* component.
*/
$.fn.tipsy.autoBounds = function(margin, prefer) {
return function() {
var dir = {ns: prefer[0], ew: (prefer.length > 1 ? prefer[1] : false)},
boundTop = $(document).scrollTop() + margin,
boundLeft = $(document).scrollLeft() + margin,
$this = $(this);
if ($this.offset().top < boundTop) dir.ns = 'n';
if ($this.offset().left < boundLeft) dir.ew = 'w';
if ($(window).width() + $(document).scrollLeft() - $this.offset().left < margin) dir.ew = 'e';
if ($(window).height() + $(document).scrollTop() - $this.offset().top < margin) dir.ns = 's';
return dir.ns + (dir.ew ? dir.ew : '');
}
};
})(jQuery); })(jQuery);

View File

@ -299,9 +299,22 @@ $(document).ready(function(){
} }
}); });
$('.file_action').tipsy({gravity:'s', live:true}); // all the tipsy stuff needs to be here (in reverse order) to work
$('.selectedActions a').tipsy({gravity:'n', live:true}); $('.jp-controls .jp-previous').tipsy({gravity:'nw', fade:true, live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', live:true}); $('.jp-controls .jp-next').tipsy({gravity:'n', fade:true, live:true});
$('.remove .action').tipsy({gravity:'se', fade:true, live:true});
$('.date .action').tipsy({gravity:'se', fade:true, live:true});
$('.action').tipsy({gravity:'s', fade:true, live:true});
$('.selectedActions a.delete').tipsy({gravity: 'ne', fade:true, live:true});
$('.selectedActions a').tipsy({gravity:'n', fade:true, live:true});
$('.file_upload_button_wrapper').tipsy({gravity:'e', fade:true});
$('td.filesize').tipsy({gravity:'s', fade:true, live:true});
$('td .modified').tipsy({gravity:'s', fade:true, live:true});
$('input').tipsy({gravity:'w', fade:true});
$('input[type=text]').focus(function(){
this.select();
});
}); });
if (!Array.prototype.map){ if (!Array.prototype.map){

View File

@ -1,17 +1,14 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Грешка 404, обклакът не намерен",
"Advanced" => "Разширено",
"Set where to store the data." => "Изберете къде да записва данните",
"Data directory:" => "Директория за данни:",
"SQLite" => "SQLite",
"Database name:" => "Име на базата:",
"Host:" => "хост:",
"Table prefix:" => "Префикс за таблиците:",
"Finish setup" => "Завършване на настройките",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> е персонален облак който работи от Ваш собствен сървър.</p>",
"Login failed!" => "Входа пропадна!", "Login failed!" => "Входа пропадна!",
"You are logged out." => "Вие излязохте.", "Database name" => "Име на базата",
"Advanced" => "Разширено",
"Host" => "хост",
"Table prefix" => "Префикс за таблиците",
"Data folder" => "Директория за данни",
"Finish setup" => "Завършване на настройките",
"Cloud not found" => "обклакът не намерен",
"is a personal cloud which runs on your own server" => "е персонален облак който работи от Ваш собствен сървър",
"prev" => "пред.", "prev" => "пред.",
"next" => "следващо", "next" => "следващо",
"Search" => "Търсене" "You are logged out." => "Вие излязохте."
); );

View File

@ -1,17 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fejl 404, Skyen kan ikke findes",
"Advanced" => "Avanceret",
"Set where to store the data." => "Indstil data mappe.",
"Data directory:" => "Data mappe:",
"SQLite" => "SQLite",
"Database name:" => "Database navn:",
"Host:" => "Host:",
"Table prefix:" => "Tabel prefix:",
"Finish setup" => "Afslut installation",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> er din personly sky der køre på din egen server.</p>",
"Login failed!" => "Login mislykkedes", "Login failed!" => "Login mislykkedes",
"You are logged out." => "Du er nu logget ud", "Advanced" => "Avanceret",
"Finish setup" => "Afslut installation",
"prev" => "forrige", "prev" => "forrige",
"next" => "næste", "next" => "næste",
"Search" => "Søg" "You are logged out." => "Du er nu logget ud"
); );

View File

@ -1,28 +1,24 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Cloud konnte nicht gefunden werden.", "Login failed!" => "Anmeldung fehlgeschlagen!",
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher.", "remember" => "merken",
"Finish the setup by following the steps below." => "Die Installation ist fast abgeschlossen.", "Create an <strong>admin account</strong>" => "<strong>Admin-Konto</strong> anlegen",
"Create an <strong>admin account</strong>." => "<strong>Verwalter-Konto</strong> erstellen",
"Username" => "Nutzername", "Username" => "Nutzername",
"Password" => "Passwort", "Password" => "Passwort",
"Configure the database" => "Datenbank einrichten",
"will be used" => "wird genutzt",
"Database user" => "Datenbanknutzer",
"Database password" => "Datenbankpasswort",
"Database name" => "Datenbankname",
"Advanced" => "Erweitert", "Advanced" => "Erweitert",
"Set where to store the data." => "Speicherort der Daten", "Host" => "Host",
"Data directory:" => "Datenverzeichnis:", "Table prefix" => "Tabellenpräfix",
"Configure the database." => "Datenbank einrichten", "Data folder" => "Datenverzeichnis",
"SQLite will be used for the database. You have nothing to do." => "SQLite wird als Datenbank genutzt.",
"SQLite" => "SQLite",
"MySQL will be used for the database." => "MySQL wird als Datenbank genutzt.",
"MySQL username:" => "MySQL-Nutzername:",
"MySQL password:" => "MySQL-Passwort:",
"Database name:" => "Datenbankname:",
"Host:" => "Host:",
"Table prefix:" => "Tabellenpräfix:",
"Finish setup" => "Installation abschließen", "Finish setup" => "Installation abschließen",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-Speicher für deinen eigenen Server.</p>", "Cloud not found" => "Cloud nicht verfügbar",
"Login failed!" => "Anmeldung fehlgeschlagen!", "is a personal cloud which runs on your own server" => "ist ein persönlicher Online-Speicher für deinen eigenen Server",
"Remember login" => "Anmeldung merken",
"You are logged out." => "Erfolgreich abgemeldet.",
"prev" => "Zurück", "prev" => "Zurück",
"next" => "Weiter", "next" => "Weiter",
"Search" => "Suchen" "You are logged out." => "Erfolgreich abgemeldet.",
"Log out" => "Abmelden",
"Settings" => "Einstellungen"
); );

View File

@ -1,28 +1,10 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Error 404, La pagina no se pudo encontrar", "Login failed!" => "¡No se pudo iniciar sesión!",
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> es tu web de almacenamiento personal.",
"Finish the setup by following the steps below." => "Completa la instalación mediante los siguientes pasos.",
"Create an <strong>admin account</strong>." => "Crear una <strong>cuenta de administrador.</strong>",
"Username" => "Nombre de usuario", "Username" => "Nombre de usuario",
"Password" => "Contraseña", "Password" => "Contraseña",
"Advanced" => "Avanzado", "Advanced" => "Avanzado",
"Set where to store the data." => "Selecciona donde quieres almacenar los datos.",
"Data directory:" => "Directorio de almacenamiento:",
"Configure the database." => "Configurar la base de datos.",
"SQLite will be used for the database. You have nothing to do." => "Se utilizará SQLite para la base de datos. No necesitas configurar nada más.",
"SQLite" => "SQLite",
"MySQL will be used for the database." => "Se utilizará MySQL para la base de datos.",
"MySQL username:" => "Nombre de usuario de MySQL:",
"MySQL password:" => "Contraseña de MySQL:",
"Database name:" => "Nombre de la base de datos:",
"Host:" => "Host:",
"Table prefix:" => "Prefijo de la tabla:",
"Finish setup" => "Completar la instalación", "Finish setup" => "Completar la instalación",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> es tu nube personal que corre en tu propio servidor.</p>",
"Login failed!" => "¡No se pudo iniciar sesión!",
"Remember login" => "Recordarme",
"You are logged out." => "Has cerrado sesión.",
"prev" => "anterior", "prev" => "anterior",
"next" => "siguiente", "next" => "siguiente",
"Search" => "Buscar" "You are logged out." => "Has cerrado sesión."
); );

View File

@ -1,28 +1,24 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Erreur 404, la page demandée n'existe pas", "Login failed!" => "Échec de la connexion !",
"<strong>ownCloud</strong> is your personal web storage." => "<strong>ownCloud</strong> est votre espace de stockage web personnel.", "remember" => "se souvenir de moi",
"Finish the setup by following the steps below." => "Terminez l'installation en suivant les étapes ci-dessous.", "Create an <strong>admin account</strong>" => "Créer un <strong>compte administrateur</strong>",
"Create an <strong>admin account</strong>." => "Veuillez créer un <strong>compte administrateur.</strong>",
"Username" => "Nom d'utilisateur", "Username" => "Nom d'utilisateur",
"Password" => "Mot de passe", "Password" => "Mot de passe",
"Configure the database" => "Configurer la base de données",
"will be used" => "sera utilisé",
"Database user" => "Utilisateur de la base de données",
"Database password" => "Mot de passe de la base de données",
"Database name" => "Nom de la base de données",
"Advanced" => "Avancé", "Advanced" => "Avancé",
"Set where to store the data." => "Sélectionnez où sauvegarder les données", "Host" => "Hôte",
"Data directory:" => "Répertoire de données", "Table prefix" => "Préfixe des tables",
"Configure the database." => "Configurez la base de données.", "Data folder" => "Répertoire des données",
"SQLite will be used for the database. You have nothing to do." => "SQLite sera utilisé comme moteur pour la base de données. Vous n'avez rien de plus à faire.",
"SQLite" => "SQLite",
"MySQL will be used for the database." => "MySQL sera utilisé comme moteur pour la base de données.",
"MySQL username:" => "Nom d'utilisateur MySQL :",
"MySQL password:" => "Mot de passe MySQL :",
"Database name:" => "Nom de la base de données :",
"Host:" => "Hôte :",
"Table prefix:" => "Préfixe de table :",
"Finish setup" => "Terminer l'installation", "Finish setup" => "Terminer l'installation",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud personnelle propulsée par votre propre serveur.</p>", "Cloud not found" => "Introuvable",
"Login failed!" => "Échec de la connexion !", "is a personal cloud which runs on your own server" => "est un service de cloud personnel propulsé par votre propre serveur",
"Remember login" => "Se souvenir de moi",
"You are logged out." => "Vous êtes désormais déconnecté.",
"prev" => "précédent", "prev" => "précédent",
"next" => "suivant", "next" => "suivant",
"Search" => "Rechercher" "You are logged out." => "Vous êtes désormais déconnecté.",
"Log out" => "Se déconnecter",
"Settings" => "Paramètres"
); );

View File

@ -1,17 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
"Advanced" => "Geavanceerd",
"Set where to store the data." => "Bepaal de opslaglocatie.",
"Data directory:" => "Gegevensmap:",
"SQLite" => "SQLite",
"Database name:" => "Databasenaam:",
"Host:" => "Host:",
"Table prefix:" => "Voorvoegsel voor tabelnamen:",
"Finish setup" => "Installatie afronden",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die op uw eigen server draait.</p>",
"Login failed!" => "Aanmelden mislukt.", "Login failed!" => "Aanmelden mislukt.",
"You are logged out." => "U bent afgemeld.", "Advanced" => "Geavanceerd",
"Finish setup" => "Installatie afronden",
"prev" => "vorige", "prev" => "vorige",
"next" => "volgende", "next" => "volgende",
"Search" => "Zoeken" "You are logged out." => "U bent afgemeld."
); );

View File

@ -1,17 +1,8 @@
<?php $TRANSLATIONS = array( <?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Błąd 404, Chmura nie znaleziona",
"Advanced" => "Zaawansowane",
"Set where to store the data." => "Ustaw, gdzie przechowywać dane.",
"Data directory:" => "Katalog danych:",
"SQLite" => "SQLite",
"Database name:" => "Nazwa bazy:",
"Host:" => "Host:",
"Table prefix:" => "Przedrostek tabeli:",
"Finish setup" => "Zakończ instalację",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą działającą na Twoim własnym serwerze.</p>",
"Login failed!" => "Nie udało się zalogować!", "Login failed!" => "Nie udało się zalogować!",
"You are logged out." => "Jesteś wylogowany.", "Advanced" => "Zaawansowane",
"Finish setup" => "Zakończ instalację",
"prev" => "wstecz", "prev" => "wstecz",
"next" => "dalej", "next" => "dalej",
"Search" => "Szukaj" "You are logged out." => "Jesteś wylogowany."
); );

View File

@ -29,18 +29,18 @@
<?php if($_['hasSQLite']): ?> <?php if($_['hasSQLite']): ?>
<input type='hidden' id='hasSQLite' value='true' /> <input type='hidden' id='hasSQLite' value='true' />
<?php if(!$hasOtherDB): ?> <?php if(!$hasOtherDB): ?>
<p><?php echo $l->t( 'SQLite will be used.' ); ?></p> <p>SQLite <?php echo $l->t( 'will be used' ); ?>.</p>
<input type="hidden" id="dbtype" name="dbtype" value="sqlite" /> <input type="hidden" id="dbtype" name="dbtype" value="sqlite" />
<?php else: ?> <?php else: ?>
<input type="radio" name="dbtype" value='sqlite' id="sqlite" <?php OC_Helper::init_radio('dbtype', 'sqlite', 'sqlite'); ?>/> <input type="radio" name="dbtype" value='sqlite' id="sqlite" <?php OC_Helper::init_radio('dbtype', 'sqlite', 'sqlite'); ?>/>
<label class="sqlite" for="sqlite"><?php echo $l->t( 'SQLite' ); ?></label> <label class="sqlite" for="sqlite">SQLite</label>
<?php endif; ?> <?php endif; ?>
<?php endif; ?> <?php endif; ?>
<?php if($_['hasMySQL']): ?> <?php if($_['hasMySQL']): ?>
<input type='hidden' id='hasMySQL' value='true'/> <input type='hidden' id='hasMySQL' value='true'/>
<?php if(!$_['hasSQLite'] and !$_['hasPostgreSQL']): ?> <?php if(!$_['hasSQLite'] and !$_['hasPostgreSQL']): ?>
<p><?php echo $l->t( 'MySQL will be used.' ); ?></p> <p>MySQL <?php echo $l->t( 'will be used' ); ?>.</p>
<input type="hidden" id="dbtype" name="dbtype" value="mysql" /> <input type="hidden" id="dbtype" name="dbtype" value="mysql" />
<?php else: ?> <?php else: ?>
<input type="radio" name="dbtype" value='mysql' id="mysql" <?php OC_Helper::init_radio('dbtype','pgsql', 'mysql', 'sqlite'); ?>/> <input type="radio" name="dbtype" value='mysql' id="mysql" <?php OC_Helper::init_radio('dbtype','pgsql', 'mysql', 'sqlite'); ?>/>
@ -50,7 +50,7 @@
<?php if($_['hasPostgreSQL']): ?> <?php if($_['hasPostgreSQL']): ?>
<?php if(!$_['hasSQLite'] and !$_['hasMySQL']): ?> <?php if(!$_['hasSQLite'] and !$_['hasMySQL']): ?>
<p><?php echo $l->t( 'PostgreSQL will be used.' ); ?></p> <p>PostgreSQL <?php echo $l->t( 'will be used' ); ?>.</p>
<input type="hidden" id="dbtype" name="dbtype" value="pgsql" /> <input type="hidden" id="dbtype" name="dbtype" value="pgsql" />
<?php else: ?> <?php else: ?>
<label class="pgsql" for="pgsql">PostgreSQL</label> <label class="pgsql" for="pgsql">PostgreSQL</label>

View File

@ -35,6 +35,6 @@
</div></header> </div></header>
<?php echo $_['content']; ?> <?php echo $_['content']; ?>
</div> </div>
<footer><p class="info"><?php echo $l->t( '<a href="http://owncloud.org/">ownCloud</a> is a personal cloud which runs on your own server.</p>' ); ?></p></footer> <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'is a personal cloud which runs on your own server' ); ?>.</p></footer>
</body> </body>
</html> </html>

View File

@ -31,22 +31,15 @@
<header><div id="header"> <header><div id="header">
<a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img class="svg" src="<?php echo image_path('', 'logo-wide.svg'); ?>" alt="ownCloud" /></a> <a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img class="svg" src="<?php echo image_path('', 'logo-wide.svg'); ?>" alt="ownCloud" /></a>
<form class="searchbox" action="#" method="post"> <form class="searchbox" action="#" method="post">
<input id="searchbox" class="svg" type="search" name="query" value="<?php if(isset($_POST['query'])){echo $_POST['query'];};?>" class="prettybutton" autocomplete="off" /> <input id="searchbox" class="svg" type="search" name="query" value="<?php if(isset($_POST['query'])){echo $_POST['query'];};?>" autocomplete="off" />
</form> </form>
<a id="logout" href="<?php echo link_to('', 'index.php'); ?>?logout=true" title="<?php echo $l->t('Log out');?>"><img class="svg" src="<?php echo image_path('', 'actions/logout.svg'); ?>" /></a> <a id="logout" href="<?php echo link_to('', 'index.php'); ?>?logout=true"><img class="svg" src="<?php echo image_path('', 'actions/logout.svg'); ?>" /></a>
</div></header> </div></header>
<nav><div id="navigation"> <nav><div id="navigation">
<ul id="apps" class="svg"> <ul id="apps" class="svg">
<?php foreach($_['navigation'] as $entry): ?> <?php foreach($_['navigation'] as $entry): ?>
<li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>><?php echo $entry['name']; ?></a> <li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry['active'] ): ?> class="active"<?php endif; ?>><?php echo $entry['name']; ?></a>
<?php if( sizeof( $entry["subnavigation"] )): ?>
<ul>
<?php foreach($entry["subnavigation"] as $subentry):?>
<li class="subentry"><a style="background-image:url(<?php echo $subentry['icon']; ?>)" href="<?php echo $subentry['href']; ?>" title="" class="subentry<?php if( $subentry['active'] ): ?> active<?php endif; ?>"><?php echo $subentry['name'] ?></a></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</li> </li>
<?php endforeach; ?> <?php endforeach; ?>
</ul> </ul>
@ -57,11 +50,6 @@
<div id="expanddiv"> <div id="expanddiv">
<?php foreach($_['settingsnavigation'] as $entry):?> <?php foreach($_['settingsnavigation'] as $entry):?>
<li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>><?php echo $entry['name'] ?></a></li> <li><a style="background-image:url(<?php echo $entry['icon']; ?>)" href="<?php echo $entry['href']; ?>" title="" <?php if( $entry["active"] ): ?> class="active"<?php endif; ?>><?php echo $entry['name'] ?></a></li>
<?php if( sizeof( $entry["subnavigation"] )): ?>
<?php foreach($entry["subnavigation"] as $subentry):?>
<li><a href="<?php echo $subentry['href']; ?>" title="" <?php if( $subentry['active'] ): ?>class="active"<?php endif; ?>><?php echo $subentry['name'] ?></a></li>
<?php endforeach; ?>
<?php endif; ?>
<?php endforeach; ?> <?php endforeach; ?>
</div> </div>
</ul> </ul>

View File

@ -3,17 +3,17 @@
See the COPYING-README file. */ See the COPYING-README file. */
/* FILE MENU */ /* FILE MENU */
.actions { padding:.6em; float:right; margin-right:13em; } .actions { padding:.3em; float:left; }
.actions input { margin:0; padding:.3em; } .actions input { margin:0; }
#file_menu { right:0; position:absolute; top:0; } #file_menu { right:0; position:absolute; top:0; }
#file_menu a { display:block; float:left; background-image:none; text-decoration:none; } #file_menu a { display:block; float:left; background-image:none; text-decoration:none; }
.file_upload_form, #file_newfolder_form { display:inline; float: left;} .file_upload_form, #file_newfolder_form { display:inline; float: left;}
#fileSelector, #file_upload_submit, #file_newfolder_submit { display:none; } #fileSelector, #file_upload_submit, #file_newfolder_submit { display:none; }
.file_upload_wrapper, #file_newfolder_name { background-repeat:no-repeat; background-position:.5em .3em; padding-left:2em; } .file_upload_wrapper, #file_newfolder_name { background-repeat:no-repeat; background-position:.5em .5em; padding-left:2em; }
.file_upload_wrapper { font-weight:bold; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; padding-left:0; overflow:hidden; position:relative; margin-right:1.5em;} .file_upload_wrapper { font-weight:bold; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; padding-left:0; overflow:hidden; position:relative; margin:.1em 1em;}
.file_upload_wrapper .file_upload_button_wrapper { position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; z-index:1000; } .file_upload_wrapper .file_upload_button_wrapper { position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; z-index:1000; }
#file_newfolder_name { background-image:url('../../core/img/places/folder.svg'); font-weight:bold; width:8em; } #file_newfolder_name { background-image:url('../../core/img/places/folder.svg'); font-weight:normal; width:6em; }
.file_upload_start, .file_upload_filename { font-size:1em; } .file_upload_start, .file_upload_filename { font-size:1em; }
#file_newfolder_submit, #file_upload_submit { width:3em; } #file_newfolder_submit, #file_upload_submit { width:3em; }
.file_upload_target { display:none; } .file_upload_target { display:none; }
@ -26,7 +26,6 @@
/* FILE TABLE */ /* FILE TABLE */
span#emptyfolder { position:absolute; margin:10em 0 0 10em; font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } span#emptyfolder { position:absolute; margin:10em 0 0 10em; font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; }
table { position:relative; top:37px; width:100%; } table { position:relative; top:37px; width:100%; }
table tr { -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; height:1em; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; height:1em; }
tbody tr.selected { background-color:#eee; } tbody tr.selected { background-color:#eee; }
tbody a { color:#000; } tbody a { color:#000; }
@ -55,12 +54,13 @@ table td.filename form { float:left; font-size:.85em; }
table thead.fixed tr{ position:fixed; top:6.3em; z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; } table thead.fixed tr{ position:fixed; top:6.3em; z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
table thead.fixed { height:2em; } table thead.fixed { height:2em; }
#fileList tr td.filename>input[type=checkbox]:first-child { opacity:0; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesnt work in FF width:2.8em; height:2.4em;*/ -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; } #fileList tr td.filename>input[type=checkbox]:first-child { opacity:0; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesnt work in FF width:2.8em; height:2.4em;*/ -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; }
#fileList tr td.filename>input[type="checkbox"]:checked:first-child, #fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:1; } #fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:.5; }
#fileList tr td.filename>input[type="checkbox"]:checked:first-child { opacity:1; }
#fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; } #fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; }
#fileList tr.selected td.filename, #fileList tr:hover td.filename { background-image:url('') !important; } #fileList tr.selected td.filename, #fileList tr:hover td.filename { background-image:url('') !important; }
#select_all { float:left; margin:.2em; margin-left:.6em; } #select_all { float:left; margin:.2em; margin-left:.6em; }
#uploadsize-message,#delete-confirm { display:none; } #uploadsize-message,#delete-confirm { display:none; }
.selectedActions a, a.file_action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } .selectedActions a, a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }
.selectedActions { display:none; } .selectedActions { display:none; }
/* add breadcrumb divider to the File item in navigation panel */ /* add breadcrumb divider to the File item in navigation panel */

View File

@ -53,7 +53,7 @@ FileActions={
}, },
display:function(parent){ display:function(parent){
FileActions.currentFile=parent; FileActions.currentFile=parent;
$('.file_action').remove(); $('.action').remove();
var actions=FileActions.get(FileActions.getCurrentMimeType(),FileActions.getCurrentType()); var actions=FileActions.get(FileActions.getCurrentMimeType(),FileActions.getCurrentType());
var file=FileActions.getCurrentFile(); var file=FileActions.getCurrentFile();
if($('tr[data-file="'+file+'"]').data('renaming')){ if($('tr[data-file="'+file+'"]').data('renaming')){
@ -66,7 +66,7 @@ FileActions={
if(img.call){ if(img.call){
img=img(file); img=img(file);
} }
var html='<a href="#" title="'+name+'" class="file_action"/>'; var html='<a href="#" title="'+name+'" class="action" />';
var element=$(html); var element=$(html);
if(img){ if(img){
element.append($('<img src="'+img+'"/>')); element.append($('<img src="'+img+'"/>'));
@ -85,7 +85,7 @@ FileActions={
} }
if(actions['Delete']){ if(actions['Delete']){
var img=FileActions.icons['Delete']; var img=FileActions.icons['Delete'];
var html='<a href="#" title="Delete" class="file_action"/>'; var html='<a href="#" title="Delete" class="action" />';
var element=$(html); var element=$(html);
if(img){ if(img){
element.append($('<img src="'+img+'"/>')); element.append($('<img src="'+img+'"/>'));
@ -101,12 +101,12 @@ FileActions={
}); });
parent.parent().children().last().append(element); parent.parent().children().last().append(element);
} }
$('.file_action').hide(); $('.action').hide();
$('.file_action').fadeIn(200); $('.action').fadeIn(200);
return false; return false;
}, },
hide:function(){ hide:function(){
$('.file_action').fadeOut(200,function(){ $('.action').fadeOut(200,function(){
$(this).remove(); $(this).remove();
}); });
}, },

View File

@ -18,10 +18,6 @@ $(document).ready(function() {
return false; return false;
}); });
$('#file_upload_button_wrapper').tipsy({gravity:'e'});
$('td.filesize').tipsy({gravity:'se', live:true});
$('td .modified').tipsy({gravity:'s', live:true});
// Sets the file-action buttons behaviour : // Sets the file-action buttons behaviour :
$('tr').live('mouseenter',function(event) { $('tr').live('mouseenter',function(event) {
FileActions.display($(this).children('td.filename')); FileActions.display($(this).children('td.filename'));

14
files/l10n/de.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Dateien",
"Maximum upload size" => "Maximale Größe",
"Nothing in here. Upload something!" => "Alles leer. Lad was hoch!",
"Upload" => "Hochladen",
"New Folder" => "Neuer Ordner",
"Name" => "Name",
"Download" => "Herunterladen",
"Size" => "Größe",
"Modified" => "Bearbeitet",
"Delete" => "Löschen",
"Upload too large" => "Upload zu groß",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
);

14
files/l10n/fr.php Normal file
View File

@ -0,0 +1,14 @@
<?php $TRANSLATIONS = array(
"Files" => "Fichiers",
"Maximum upload size" => "Taille max. d'envoi",
"Nothing in here. Upload something!" => "Il n'y a rien ici ! Envoyez donc quelque chose :)",
"Upload" => "Envoyer",
"New Folder" => "Nouveau dossier",
"Name" => "Nom",
"Download" => "Téléchargement",
"Size" => "Taille",
"Modified" => "Modifié",
"Delete" => "Supprimer",
"Upload too large" => "Fichier trop volumineux",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise par ce serveur."
);

View File

@ -7,14 +7,4 @@
<?php else:?> <?php else:?>
No settings currently available. No settings currently available.
<?php endif;?> <?php endif;?>
<!-- <input type="checkbox" name="publicEnable" id="publicEnable" /><label for="publicEnable"> <?php echo $l->t( 'Allow public folders' ); ?></label><br>
<div style="padding-left: 20px">
<input type="radio" name="sharingaim" id="separated" /><label for="separated"> <?php echo $l->t( 'separated from webdav storage' ); ?></label><br>
<input type="radio" name="sharingaim" id="userdecide" /><label for="userdecide"> <?php echo $l->t( 'let the user decide' ); ?></label><br>
<input type="radio" name="sharingaim" id="inwebdav" /><label for="inwebdav"> <?php echo $l->t( 'folder "/public" in webdav storage' ); ?></label>
</div>
<input type="checkbox" id="downloadShared" /><label for="downloadShared"> <?php echo $l->t( 'Allow downloading shared files' ); ?></label><br>
<input type="checkbox" id="uploadShared" /><label for="uploadShared"> <?php echo $l->t( 'Allow uploading in shared directory' ); ?></label><br>-->
</form> </form>

View File

@ -1,5 +0,0 @@
<?php
OC_App::register( array( "order" => 1, "id" => "help", "name" => "Help" ));
?>

View File

@ -1,10 +0,0 @@
/* APPS TABLE */
table td.date { width:5em; padding:.5em 1em; text-align:right; }
.preview { padding:3px; text-align:left; }
table td.date { width:11em; color:#555555; }
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.name a { padding:6px; text-decoration:none; color:#555555; }
.type { text-decoration:none; color:#888888; font-size:.8em; }
.description { text-decoration:none; color:#666666; font-size:.9em; }
table#help tr td { white-space:normal; }

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Въпроси и отговори",
"ASK A QUESTION" => "ЗАДАЙТЕ ВЪПРОС"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Spørgsmål og Svar",
"ASK A QUESTION" => "STIL ET SPØRGSMÅL"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Fragen & Antworten",
"ASK A QUESTION" => "Stell eine Frage"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Preguntas y Respuestas",
"ASK A QUESTION" => "Haz una pregunta"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Questions / Réponses",
"ASK A QUESTION" => "Poser une question"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Vraag en Antwoord",
"ASK A QUESTION" => "Stel een vraag"
);

View File

@ -1,4 +0,0 @@
<?php $TRANSLATIONS = array(
"Questions and Answers" => "Pytania i odpowiedzi",
"ASK A QUESTION" => "ZADAJ PYTANIE"
);

View File

@ -3,13 +3,14 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Stefan Ilivanov <ilivanov@gmail.com>, 2011. # Stefan Ilivanov <ilivanov@gmail.com>, 2011.
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-28 00:33+0000\n" "PO-Revision-Date: 2011-08-13 03:02+0000\n"
"Last-Translator: ep98 <ilivanov@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,112 +18,93 @@ msgstr ""
"Language: bg_BG\n" "Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Грешка 404, обклакът не намерен"
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr ""
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr ""
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr ""
#: ../templates/installation.php:27
msgid "Username"
msgstr ""
#: ../templates/installation.php:28
msgid "Password"
msgstr ""
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Разширено"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Изберете къде да записва данните"
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Директория за данни:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr ""
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr ""
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr ""
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr ""
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Име на базата:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "хост:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Префикс за таблиците:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Завършване на настройките"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> е персонален облак който "
"работи от Ваш собствен сървър.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Входа пропадна!" msgstr "Входа пропадна!"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Вие излязохте." msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr ""
#: templates/installation.php:22
msgid "Password"
msgstr ""
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr "Име на базата"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Разширено"
#: templates/installation.php:77
msgid "Host"
msgstr "хост"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Префикс за таблиците"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Директория за данни"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Завършване на настройките"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "обклакът не намерен"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "е персонален облак който работи от Ваш собствен сървър"
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "пред." msgstr "пред."
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "следващо" msgstr "следващо"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Търсене" msgstr "Вие излязохте."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
msgid "Settings"
msgstr ""

View File

@ -1,28 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Stefan Ilivanov <ilivanov@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 21:21+0000\n"
"Last-Translator: ep98 <ilivanov@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2
msgid "Questions and Answers"
msgstr "Въпроси и отговори"
#: ../templates/index.php:24
msgid "ASK A QUESTION"
msgstr "ЗАДАЙТЕ ВЪПРОС"

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Stefan Ilivanov <ilivanov@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 21:23+0000\n"
"Last-Translator: ep98 <ilivanov@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Филтър:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Влизания:"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Изходи:"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Тегления"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Качвания"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Създавания:"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Изтривания:"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Показва:"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "записа на страница."
#: ../templates/index.php:26
msgid "What"
msgstr "Какво"
#: ../templates/index.php:27
msgid "When"
msgstr "Кога"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Изчисти записите от журналите"

View File

@ -7,9 +7,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-25 21:25+0000\n" "PO-Revision-Date: 2011-08-13 02:19+0000\n"
"Last-Translator: ep98 <ilivanov@gmail.com>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n" "Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -17,72 +17,96 @@ msgstr ""
"Language: bg_BG\n" "Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Информация за профила"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Вие ползвате"
#: ../templates/index.php:5
msgid "of your"
msgstr "на Вашето"
#: ../templates/index.php:5
msgid "space"
msgstr "място"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Промяна на парола"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Вашата парола е сменена"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Стара парола"
#: ../templates/index.php:19
msgid "New password"
msgstr "Нова парола"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Покажи новата парола"
#: ../templates/index.php:34
msgid "Language"
msgstr "Език"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Проблем с индентификацията" msgstr "Проблем с индентификацията"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "Трябва да въведете новата и старата парола!" msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Вашата стара парола е грешна!"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Паролата е сменена"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "Невъзможна смяна на паролата"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Езика е сменен"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Невалидна заявка" msgstr "Невалидна заявка"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Езика е сменен"
#: templates/help.php:21
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Информация за профила"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Вие ползвате"
#: templates/personal.php:5
msgid "of your"
msgstr "на Вашето"
#: templates/personal.php:5
msgid "space"
msgstr "място"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Промяна на парола"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Вашата парола е сменена"
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Нова парола"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr "Език"
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr ""

View File

@ -1,93 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "læs mere"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "INSTALLER"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Applikation arkiv"
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "Kan ikke oprette forbindelse til applikations arkivet"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Navn"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Ændret"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Administration"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "System indstillinger"
#: ../templates/users.php:2
msgid "Users"
msgstr "Brugere"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Grupper"
#: ../templates/users.php:16
msgid "Password"
msgstr "Kodeord"
#: ../templates/users.php:25
msgid "Create"
msgstr ""
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "slet"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Lav gruppe"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Tving ny adgangskode"
#: ../templates/users.php:97
msgid "Set"
msgstr "Indstil"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "Vil du virkelig slette denne bruger?"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "Vil du virkelig slette denne gruppe?"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-28 00:33+0000\n" "PO-Revision-Date: 2011-08-13 02:33+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,112 +16,93 @@ msgstr ""
"Language: da\n" "Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Fejl 404, Skyen kan ikke findes"
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr ""
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr ""
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr ""
#: ../templates/installation.php:27
msgid "Username"
msgstr ""
#: ../templates/installation.php:28
msgid "Password"
msgstr ""
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Avanceret"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Indstil data mappe."
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Data mappe:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr ""
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr ""
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr ""
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr ""
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Database navn:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Host:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Tabel prefix:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Afslut installation"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> er din personly sky der køre "
"på din egen server.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Login mislykkedes" msgstr "Login mislykkedes"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Du er nu logget ud" msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr ""
#: templates/installation.php:22
msgid "Password"
msgstr ""
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr "Avanceret"
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Afslut installation"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "forrige" msgstr "forrige"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "næste" msgstr "næste"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Søg" msgstr "Du er nu logget ud"
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
msgid "Settings"
msgstr ""

View File

@ -1,27 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:17+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2
msgid "Questions and Answers"
msgstr "Spørgsmål og Svar"
#: ../templates/index.php:24
msgid "ASK A QUESTION"
msgstr "STIL ET SPØRGSMÅL"

View File

@ -1,67 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:17+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filter:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Logins"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Logouts"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Downloads"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Uploads"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Oprettelser"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Sletninger"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Vis:"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "poster pr side."
#: ../templates/index.php:26
msgid "What"
msgstr "Hvilket"
#: ../templates/index.php:27
msgid "When"
msgstr "Hvornår"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Slet log poster før"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-25 16:17+0000\n" "PO-Revision-Date: 2011-08-13 02:19+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n" "Language-Team: Danish (http://www.transifex.net/projects/p/owncloud/team/da/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,72 +16,96 @@ msgstr ""
"Language: da\n" "Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Konto information"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Du udnytter i øjeblikket"
#: ../templates/index.php:5
msgid "of your"
msgstr "af din"
#: ../templates/index.php:5
msgid "space"
msgstr "plads"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Ændre adgangskode"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Din adgangskode er ændret"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Gamle adgangskode"
#: ../templates/index.php:19
msgid "New password"
msgstr "Nye adgangskode"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Vis den nye adgangskode"
#: ../templates/index.php:34
msgid "Language"
msgstr "Sprog"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Godkendelsesfejl" msgstr "Godkendelsesfejl"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "Du skal indtaste din gamle og nye adganskode" msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Din gamle adgangskode er forkert!"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Adgangskoden er ændret"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "Kan ikke ændre din adgangskode"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Sprog ændret"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Invalid forespørgsel" msgstr "Invalid forespørgsel"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Sprog ændret"
#: templates/help.php:21
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Konto information"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Du udnytter i øjeblikket"
#: templates/personal.php:5
msgid "of your"
msgstr "af din"
#: templates/personal.php:5
msgid "space"
msgstr "plads"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Ændre adgangskode"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Din adgangskode er ændret"
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Nye adgangskode"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr "Sprog"
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr ""

View File

@ -1,93 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "mehr …"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "Installieren"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Anwendungen"
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "Verbindung fehlgeschlagen"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Name"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Änderungsdatum"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Verwaltung"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "Systemeinstellungen"
#: ../templates/users.php:2
msgid "Users"
msgstr "Nutzer"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Gruppen"
#: ../templates/users.php:16
msgid "Password"
msgstr "Passwort"
#: ../templates/users.php:25
msgid "Create"
msgstr "Erstellen"
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "entfernen"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Gruppe erstellen"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Neues Passwort:"
#: ../templates/users.php:97
msgid "Set"
msgstr "OK"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "Möchtest du den Nutzer wirklich entfernen?"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "Möchtest du die Gruppe wirklich entfernen?"

View File

@ -2,13 +2,14 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# <georg.stefan.germany@googlemail.com>, 2011.
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011. # Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-28 12:04+0000\n" "PO-Revision-Date: 2011-08-13 02:35+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,112 +18,93 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Cloud konnte nicht gefunden werden."
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "<strong>ownCloud</strong> ist dein persönlicher Online-Speicher."
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr "Die Installation ist fast abgeschlossen."
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr "<strong>Verwalter-Konto</strong> erstellen"
#: ../templates/installation.php:27
msgid "Username"
msgstr "Nutzername"
#: ../templates/installation.php:28
msgid "Password"
msgstr "Passwort"
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Erweitert"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Speicherort der Daten"
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Datenverzeichnis:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr "Datenbank einrichten"
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr "SQLite wird als Datenbank genutzt."
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr "MySQL wird als Datenbank genutzt."
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr "MySQL-Nutzername:"
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr "MySQL-Passwort:"
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Datenbankname:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Host:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Tabellenpräfix:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Installation abschließen"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> ist ein privater Online-"
"Speicher für deinen eigenen Server.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Anmeldung fehlgeschlagen!" msgstr "Anmeldung fehlgeschlagen!"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "Anmeldung merken" msgstr "merken"
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Erfolgreich abgemeldet." msgstr "<strong>Admin-Konto</strong> anlegen"
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr "Nutzername"
#: templates/installation.php:22
msgid "Password"
msgstr "Passwort"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Datenbank einrichten"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "wird genutzt"
#: templates/installation.php:64
msgid "Database user"
msgstr "Datenbanknutzer"
#: templates/installation.php:65
msgid "Database password"
msgstr "Datenbankpasswort"
#: templates/installation.php:66
msgid "Database name"
msgstr "Datenbankname"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Erweitert"
#: templates/installation.php:77
msgid "Host"
msgstr "Host"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Tabellenpräfix"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Datenverzeichnis"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Installation abschließen"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "Cloud nicht verfügbar"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "ist ein persönlicher Online-Speicher für deinen eigenen Server"
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "Zurück" msgstr "Zurück"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "Weiter" msgstr "Weiter"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Suchen" msgstr "Erfolgreich abgemeldet."
#: templates/layout.user.php:36
msgid "Log out"
msgstr "Abmelden"
#: templates/layout.user.php:56
msgid "Settings"
msgstr "Einstellungen"

71
l10n/de/files.po Normal file
View File

@ -0,0 +1,71 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-08-13 02:38+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Dateien"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Maximale Größe"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Alles leer. Lad was hoch!"
#: templates/index.php:9
msgid "Upload"
msgstr "Hochladen"
#: templates/index.php:16
msgid "New Folder"
msgstr "Neuer Ordner"
#: templates/index.php:29
msgid "Name"
msgstr "Name"
#: templates/index.php:31
msgid "Download"
msgstr "Herunterladen"
#: templates/index.php:35
msgid "Size"
msgstr "Größe"
#: templates/index.php:36
msgid "Modified"
msgstr "Bearbeitet"
#: templates/index.php:36
msgid "Delete"
msgstr "Löschen"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Upload zu groß"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Jakob Sack <mail@jakobsack.de>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:15+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filter:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Anmeldungen"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Abmeldungen"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Downloads"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Uploads"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Erstellungen"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Löschungen"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Zeige"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "Einträge pro Seite"
#: ../templates/index.php:26
msgid "What"
msgstr "Was"
#: ../templates/index.php:27
msgid "When"
msgstr "Wann"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Lösche Einträge vor dem"

View File

@ -2,12 +2,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-07-25 16:15+0000\n" "PO-Revision-Date: 2011-08-13 02:35+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,12 +17,32 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2 #: appinfo/app.php:31
msgid "Questions and Answers" msgid "Music"
msgstr "Fragen & Antworten" msgstr "Musik"
#: ../templates/index.php:24 #: templates/music.php:27
msgid "ASK A QUESTION" msgid "Songs scanned"
msgstr "Stell eine Frage" msgstr "Lieder gescannt"
#: templates/music.php:29
msgid "Rescan Collection"
msgstr "Sammlung scannen"
#: templates/music.php:30
msgid "Pause"
msgstr "Pause"
#: templates/music.php:34
msgid "Artist"
msgstr "Künstler"
#: templates/music.php:35
msgid "Album"
msgstr "Album"
#: templates/music.php:36
msgid "Title"
msgstr "Titel"

View File

@ -2,12 +2,13 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-25 16:15+0000\n" "PO-Revision-Date: 2011-08-13 02:37+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n" "Language-Team: German (http://www.transifex.net/projects/p/owncloud/team/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,72 +17,96 @@ msgstr ""
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Konto-Information"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Du benutzt gerade"
#: ../templates/index.php:5
msgid "of your"
msgstr "von deinem"
#: ../templates/index.php:5
msgid "space"
msgstr "Speicherplatz"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Passwort ändern"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Dein Passwort wurde geändert."
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Aktuelles Passwort:"
#: ../templates/index.php:19
msgid "New password"
msgstr "Neues Passwort:"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Neues Passwort anzeigen"
#: ../templates/index.php:34
msgid "Language"
msgstr "Sprache"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Berechtigungsfehler" msgstr "Berechtigungsfehler"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "Du musst das aktuelle und ein neues Passwort angeben!" msgstr "OpenID geändert"
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Du hast dein aktuelles Passwort falsch eingegeben!"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Passwort geändert"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "Passwort konnte nicht geändert werden"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Sprache geändert"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Ungültige Anfrage" msgstr "Ungültige Anfrage"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Sprache geändert"
#: templates/help.php:21
msgid "Ask a question"
msgstr "Stell eine Frage"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Wähle eine Anwendung aus"
#: templates/apps.php:14
msgid "-licensed"
msgstr "-lizenziert"
#: templates/apps.php:14
msgid "by"
msgstr "von"
#: templates/personal.php:3
msgid "Account information"
msgstr "Konto-Information"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Du benutzt gerade"
#: templates/personal.php:5
msgid "of your"
msgstr "von deinem"
#: templates/personal.php:5
msgid "space"
msgstr "Speicherplatz"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Passwort ändern"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Dein Passwort wurde geändert"
#: templates/personal.php:14
msgid "Old password"
msgstr "Altes Passwort"
#: templates/personal.php:15
msgid "New password"
msgstr "Neues Passwort"
#: templates/personal.php:16
msgid "show"
msgstr "zeigen"
#: templates/personal.php:23
msgid "Language"
msgstr "Sprache"
#: templates/users.php:11
msgid "Name"
msgstr "Name"
#: templates/users.php:12
msgid "Password"
msgstr "Passwort"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Gruppen"
#: templates/users.php:18
msgid "Create"
msgstr "Anlegen"
#: templates/users.php:36
msgid "Remove"
msgstr "Entfernen"

View File

@ -1,93 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-30 21:03+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "leer más"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "Instalar"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Repositorio de aplicaciones "
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "No se pudo conectar con el repositorio de aplicaciones"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Nombre"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Modificado"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Administración"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "Ajustes del Sistema"
#: ../templates/users.php:2
msgid "Users"
msgstr "Usuarios"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Grupos"
#: ../templates/users.php:16
msgid "Password"
msgstr "Contraseña"
#: ../templates/users.php:25
msgid "Create"
msgstr "Crear"
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "Eliminar"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Crear grupo"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Forzar una nueva contraseña"
#: ../templates/users.php:97
msgid "Set"
msgstr "Aplicar"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "¿Seguro que quieres eliminar este usuario?"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "¿Seguro que quieres eliminar este grupo?"

View File

@ -7,123 +7,103 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-30 21:03+0000\n" "PO-Revision-Date: 2011-08-13 02:33+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Error 404, La pagina no se pudo encontrar"
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "<strong>ownCloud</strong> es tu web de almacenamiento personal."
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr "Completa la instalación mediante los siguientes pasos."
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr "Crear una <strong>cuenta de administrador.</strong>"
#: ../templates/installation.php:27
msgid "Username"
msgstr "Nombre de usuario"
#: ../templates/installation.php:28
msgid "Password"
msgstr "Contraseña"
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Avanzado"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Selecciona donde quieres almacenar los datos."
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Directorio de almacenamiento:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr "Configurar la base de datos."
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
"Se utilizará SQLite para la base de datos. No necesitas configurar nada más."
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr "Se utilizará MySQL para la base de datos."
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr "Nombre de usuario de MySQL:"
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr "Contraseña de MySQL:"
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Nombre de la base de datos:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Host:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Prefijo de la tabla:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Completar la instalación"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> es tu nube personal que corre "
"en tu propio servidor.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "¡No se pudo iniciar sesión!" msgstr "¡No se pudo iniciar sesión!"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "Recordarme" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Has cerrado sesión." msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr "Nombre de usuario"
#: templates/installation.php:22
msgid "Password"
msgstr "Contraseña"
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr "Avanzado"
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Completar la instalación"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "anterior" msgstr "anterior"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "siguiente" msgstr "siguiente"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Buscar" msgstr "Has cerrado sesión."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
msgid "Settings"
msgstr ""

View File

@ -1,28 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-30 21:03+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2
msgid "Questions and Answers"
msgstr "Preguntas y Respuestas"
#: ../templates/index.php:24
msgid "ASK A QUESTION"
msgstr "Haz una pregunta"

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-30 21:03+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filtro:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Inicios de sesión"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Cierres de sesión"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Descargas"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Subidas"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Creaciones"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Eliminaciones"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Mostrar"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "Entradas por página."
#: ../templates/index.php:26
msgid "What"
msgstr "Qué"
#: ../templates/index.php:27
msgid "When"
msgstr "Cuándo"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Eliminar los registros anteriores a"

View File

@ -7,82 +7,106 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-30 21:03+0000\n" "PO-Revision-Date: 2011-08-13 02:19+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/owncloud/team/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Información de la cuenta"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Estás utilizando"
#: ../templates/index.php:5
msgid "of your"
msgstr "de tus"
#: ../templates/index.php:5
msgid "space"
msgstr "de espacio total"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Cambiar contraseña"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Tu contraseña ha sido cambiada"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Antigua contraseña:"
#: ../templates/index.php:19
msgid "New password"
msgstr "Nueva contraseña:"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Mostrar nueva contraseña"
#: ../templates/index.php:34
msgid "Language"
msgstr "Idioma"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Error de autentificación" msgstr "Error de autentificación"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "¡Tienes que introducir la contraseña antigua y la contraseña nueva!" msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "¡Tu contraseña antigua es incorrecta!"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Contraseña cambiada"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "No se puede cambiar la contraseña"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Idioma cambiado"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Solicitud no válida" msgstr "Solicitud no válida"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Idioma cambiado"
#: templates/help.php:21
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Información de la cuenta"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Estás utilizando"
#: templates/personal.php:5
msgid "of your"
msgstr "de tus"
#: templates/personal.php:5
msgid "space"
msgstr "de espacio total"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Cambiar contraseña"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Tu contraseña ha sido cambiada"
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Nueva contraseña:"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr "Idioma"
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr ""

View File

@ -1,93 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-30 07:29+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "en lire plus"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "INSTALLATION"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Répertoire d'applications"
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "Impossible de se connecter au répertoire d'applications"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Nom"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Modifié le"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Administration"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "Préférences Système"
#: ../templates/users.php:2
msgid "Users"
msgstr "Utilisateurs"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Groupes"
#: ../templates/users.php:16
msgid "Password"
msgstr "Mot de passe"
#: ../templates/users.php:25
msgid "Create"
msgstr "Créer"
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "retirer"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Créer un groupe"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Forcer un nouveau mot de passe :"
#: ../templates/users.php:97
msgid "Set"
msgstr "Appliquer"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "Voulez-vous réellement supprimer cet utilisateur"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "Voulez-vous réellement supprimer ce groupe"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-07-30 20:10+0000\n" "PO-Revision-Date: 2011-08-13 09:09+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,114 +17,93 @@ msgstr ""
"Language: fr\n" "Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Erreur 404, la page demandée n'existe pas"
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr "<strong>ownCloud</strong> est votre espace de stockage web personnel."
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr "Terminez l'installation en suivant les étapes ci-dessous."
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr "Veuillez créer un <strong>compte administrateur.</strong>"
#: ../templates/installation.php:27
msgid "Username"
msgstr "Nom d'utilisateur"
#: ../templates/installation.php:28
msgid "Password"
msgstr "Mot de passe"
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Avancé"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Sélectionnez où sauvegarder les données"
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Répertoire de données"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr "Configurez la base de données."
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
"SQLite sera utilisé comme moteur pour la base de données. Vous n'avez rien "
"de plus à faire."
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr "MySQL sera utilisé comme moteur pour la base de données."
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr "Nom d'utilisateur MySQL :"
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr "Mot de passe MySQL :"
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Nom de la base de données :"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Hôte :"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Préfixe de table :"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Terminer l'installation"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> est votre solution cloud "
"personnelle propulsée par votre propre serveur.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Échec de la connexion !" msgstr "Échec de la connexion !"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "Se souvenir de moi" msgstr "se souvenir de moi"
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Vous êtes désormais déconnecté." msgstr "Créer un <strong>compte administrateur</strong>"
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr "Nom d'utilisateur"
#: templates/installation.php:22
msgid "Password"
msgstr "Mot de passe"
#: templates/installation.php:27
msgid "Configure the database"
msgstr "Configurer la base de données"
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr "sera utilisé"
#: templates/installation.php:64
msgid "Database user"
msgstr "Utilisateur de la base de données"
#: templates/installation.php:65
msgid "Database password"
msgstr "Mot de passe de la base de données"
#: templates/installation.php:66
msgid "Database name"
msgstr "Nom de la base de données"
#: templates/installation.php:74
msgid "Advanced"
msgstr "Avancé"
#: templates/installation.php:77
msgid "Host"
msgstr "Hôte"
#: templates/installation.php:78
msgid "Table prefix"
msgstr "Préfixe des tables"
#: templates/installation.php:80
msgid "Data folder"
msgstr "Répertoire des données"
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Terminer l'installation"
#: templates/404.php:12
msgid "Cloud not found"
msgstr "Introuvable"
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr "est un service de cloud personnel propulsé par votre propre serveur"
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "précédent" msgstr "précédent"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "suivant" msgstr "suivant"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Rechercher" msgstr "Vous êtes désormais déconnecté."
#: templates/layout.user.php:36
msgid "Log out"
msgstr "Se déconnecter"
#: templates/layout.user.php:56
msgid "Settings"
msgstr "Paramètres"

72
l10n/fr/files.po Normal file
View File

@ -0,0 +1,72 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-08-13 09:14+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Fichiers"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Taille max. d'envoi"
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr "Il n'y a rien ici ! Envoyez donc quelque chose :)"
#: templates/index.php:9
msgid "Upload"
msgstr "Envoyer"
#: templates/index.php:16
msgid "New Folder"
msgstr "Nouveau dossier"
#: templates/index.php:29
msgid "Name"
msgstr "Nom"
#: templates/index.php:31
msgid "Download"
msgstr "Téléchargement"
#: templates/index.php:35
msgid "Size"
msgstr "Taille"
#: templates/index.php:36
msgid "Modified"
msgstr "Modifié"
#: templates/index.php:36
msgid "Delete"
msgstr "Supprimer"
#: templates/index.php:44
msgid "Upload too large"
msgstr "Fichier trop volumineux"
#: templates/index.php:46
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Les fichiers que vous essayez d'envoyer dépassent la taille maximale permise"
" par ce serveur."

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# <rom1dep@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-30 07:16+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filtre :"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Connexions"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Déconnexions"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Téléchargements"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Téléversements"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Créations"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Suppressions"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Afficher :"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "entrées par page."
#: ../templates/index.php:26
msgid "What"
msgstr "Quoi"
#: ../templates/index.php:27
msgid "When"
msgstr "Quand"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Effacer les entrées du journal au préalable"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-07-30 07:17+0000\n" "PO-Revision-Date: 2011-08-13 09:06+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,12 +17,32 @@ msgstr ""
"Language: fr\n" "Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/index.php:2 #: appinfo/app.php:31
msgid "Questions and Answers" msgid "Music"
msgstr "Questions / Réponses" msgstr "Musique"
#: ../templates/index.php:24 #: templates/music.php:27
msgid "ASK A QUESTION" msgid "Songs scanned"
msgstr "Poser une question" msgstr "Pistes scannées"
#: templates/music.php:29
msgid "Rescan Collection"
msgstr "Réanalyser la Collection"
#: templates/music.php:30
msgid "Pause"
msgstr "Pause"
#: templates/music.php:34
msgid "Artist"
msgstr "Artiste"
#: templates/music.php:35
msgid "Album"
msgstr "Album"
#: templates/music.php:36
msgid "Title"
msgstr "Titre"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 05:10+0200\n"
"PO-Revision-Date: 2011-07-30 07:10+0000\n" "PO-Revision-Date: 2011-08-13 09:12+0000\n"
"Last-Translator: rom1dep <rom1dep@gmail.com>\n" "Last-Translator: rom1dep <rom1dep@gmail.com>\n"
"Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n" "Language-Team: French (http://www.transifex.net/projects/p/owncloud/team/fr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,72 +17,96 @@ msgstr ""
"Language: fr\n" "Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n" "Plural-Forms: nplurals=2; plural=(n > 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Informations sur le compte"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Vous utilisez actuellement"
#: ../templates/index.php:5
msgid "of your"
msgstr "de votre"
#: ../templates/index.php:5
msgid "space"
msgstr "espace de stockage"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Changer votre mot de passe"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Votre mot de passe a été changé"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Ancien mot de passe :"
#: ../templates/index.php:19
msgid "New password"
msgstr "Nouveau mot de passe :"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Afficher votre nouveau mot de passe"
#: ../templates/index.php:34
msgid "Language"
msgstr "Langue"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Erreur d'authentification" msgstr "Erreur d'authentification"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "Vous devez saisir l'ancien et le nouveau mot de passe !" msgstr "Identifiant OpenID changé avec succès"
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Votre ancien mot de passe est erroné !"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Mot de passe changé avec succès"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "Impossible de changer le mot de passe"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Langue changée avec succès"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Requète invalide" msgstr "Requète invalide"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Langue changée avec succès"
#: templates/help.php:21
msgid "Ask a question"
msgstr "Poser une question"
#: templates/apps.php:12
msgid "Select an App"
msgstr "Sélectionner une Application"
#: templates/apps.php:14
msgid "-licensed"
msgstr "sous licence"
#: templates/apps.php:14
msgid "by"
msgstr "par"
#: templates/personal.php:3
msgid "Account information"
msgstr "Informations sur le compte"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Vous utilisez actuellement"
#: templates/personal.php:5
msgid "of your"
msgstr "de votre espace de stockage de"
#: templates/personal.php:5
msgid "space"
msgstr " "
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Changer votre mot de passe"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Votre mot de passe a été changé"
#: templates/personal.php:14
msgid "Old password"
msgstr "Ancien mot de passe"
#: templates/personal.php:15
msgid "New password"
msgstr "Nouveau mot de passe :"
#: templates/personal.php:16
msgid "show"
msgstr "Afficher"
#: templates/personal.php:23
msgid "Language"
msgstr "Langue"
#: templates/users.php:11
msgid "Name"
msgstr "Nom"
#: templates/users.php:12
msgid "Password"
msgstr "Mot de passe"
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr "Groupes"
#: templates/users.php:18
msgid "Create"
msgstr "Créer"
#: templates/users.php:36
msgid "Remove"
msgstr "Supprimer"

View File

@ -74,9 +74,6 @@ die( "Program must be executed in a l10n-folder called 'l10n'" ) unless $wheream
my @dirs = crawlPrograms( $place, 1 ); my @dirs = crawlPrograms( $place, 1 );
# Languages # Languages
rmtree( 'templates' );
mkdir( 'templates' ) unless -d 'templates';
my @languages = (); my @languages = ();
opendir( DIR, '.' ); opendir( DIR, '.' );
my @files = readdir( DIR ); my @files = readdir( DIR );
@ -86,6 +83,8 @@ foreach my $i ( @files ){
} }
if( $task eq 'read' ){ if( $task eq 'read' ){
rmtree( 'templates' );
mkdir( 'templates' ) unless -d 'templates';
print "Mode: reading\n"; print "Mode: reading\n";
foreach my $dir ( @dirs ){ foreach my $dir ( @dirs ){
my @temp = split( /\//, $dir ); my @temp = split( /\//, $dir );

View File

@ -1,94 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Robin Appelman <icewind1991@gmail.com>, 2011.
# Jan-Christoph Borchardt <JanCBorchardt@fsfe.org>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "Meer informatie"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "Installeer"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Applicatiedatabase"
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "Kan geen verbinding maken met de applicatiedatabase"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Naam"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Laatst aangepast"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Administratie"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "Systeeminstellingen"
#: ../templates/users.php:2
msgid "Users"
msgstr "Gebruikers"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Groepen"
#: ../templates/users.php:16
msgid "Password"
msgstr "Wachtwoord"
#: ../templates/users.php:25
msgid "Create"
msgstr ""
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "verwijder"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Groep aanmaken"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Forceer nieuw wachtwoord:"
#: ../templates/users.php:97
msgid "Set"
msgstr "Ok"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "Wilt u deze gebruiker verwijderen"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "Wilt u deze groep verwijderen"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-28 00:33+0000\n" "PO-Revision-Date: 2011-08-13 02:33+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,112 +16,93 @@ msgstr ""
"Language: nl\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Fout 404, Cloud niet gevonden."
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr ""
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr ""
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr ""
#: ../templates/installation.php:27
msgid "Username"
msgstr ""
#: ../templates/installation.php:28
msgid "Password"
msgstr ""
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Geavanceerd"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Bepaal de opslaglocatie."
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Gegevensmap:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr ""
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr ""
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr ""
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr ""
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Databasenaam:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Host:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Voorvoegsel voor tabelnamen:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Installatie afronden"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die "
"op uw eigen server draait.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Aanmelden mislukt." msgstr "Aanmelden mislukt."
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "U bent afgemeld." msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr ""
#: templates/installation.php:22
msgid "Password"
msgstr ""
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr "Geavanceerd"
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Installatie afronden"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "vorige" msgstr "vorige"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "volgende" msgstr "volgende"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Zoeken" msgstr "U bent afgemeld."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
msgid "Settings"
msgstr ""

View File

@ -1,28 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Robin Appelman <icewind1991@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:18+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:2
msgid "Questions and Answers"
msgstr "Vraag en Antwoord"
#: ../templates/index.php:24
msgid "ASK A QUESTION"
msgstr "Stel een vraag"

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Robin Appelman <icewind1991@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:18+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filter:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Aanmeldingen"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Afmeldingen"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Downloads"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Uploads"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Creaties"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Verwijderingen"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Laat"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "resulaten per pagina zien"
#: ../templates/index.php:26
msgid "What"
msgstr "Wat"
#: ../templates/index.php:27
msgid "When"
msgstr "Wanneer"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Verwijder logboekitem ouder dan"

View File

@ -6,8 +6,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-25 16:18+0000\n" "PO-Revision-Date: 2011-08-13 02:19+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -16,72 +16,96 @@ msgstr ""
"Language: nl\n" "Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Gebruikersgegevens"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "U gebruikt momenteel"
#: ../templates/index.php:5
msgid "of your"
msgstr "van de"
#: ../templates/index.php:5
msgid "space"
msgstr "beschikbare ruimte."
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Wachtwoord aanpassen"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Uw wachtwoord is aangepast"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Oud wachtwoord:"
#: ../templates/index.php:19
msgid "New password"
msgstr "Nieuw wachtwoord"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Toon nieuw wachtwoord"
#: ../templates/index.php:34
msgid "Language"
msgstr "Taal"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Authenticatiefout." msgstr "Authenticatiefout."
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "U moet het oude en nieuwe wachtwoord invullen." msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Het oude wachtwoord is verkeerd."
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Wachtwoord aangepast"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "Wachtwoord aanpassen is niet mogelijk"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Taal aangepast"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Ongeldig verzoek" msgstr "Ongeldig verzoek"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Taal aangepast"
#: templates/help.php:21
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Gebruikersgegevens"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "U gebruikt momenteel"
#: templates/personal.php:5
msgid "of your"
msgstr "van de"
#: templates/personal.php:5
msgid "space"
msgstr "beschikbare ruimte."
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Wachtwoord aanpassen"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Uw wachtwoord is aangepast"
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Nieuw wachtwoord"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr "Taal"
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr ""

View File

@ -1,93 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-28 00:09+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: ../templates/app.php:22
msgid "read more"
msgstr "czytaj więcej"
#: ../templates/app.php:24
msgid "INSTALL"
msgstr "INSTALUJ"
#: ../templates/app_noconn.php:6 ../templates/apps.php:6
msgid "Apps Repository"
msgstr "Repozytorium aplikacji"
#: ../templates/app_noconn.php:7
msgid "Cannot connect to apps repository"
msgstr "Nie można połączyć się z repozytorium aplikacji"
#: ../templates/apps.php:13 ../templates/users.php:6 ../templates/users.php:15
#: ../templates/users.php:51
msgid "Name"
msgstr "Nazwa"
#: ../templates/apps.php:14
msgid "Modified"
msgstr "Zmodyfikowano"
#: ../templates/system.php:6
msgid "Administration"
msgstr "Administracja"
#: ../templates/system.php:7
msgid "System Settings"
msgstr "Ustawienia systemowe"
#: ../templates/users.php:2
msgid "Users"
msgstr "Użytkownicy"
#: ../templates/users.php:7 ../templates/users.php:47
msgid "Groups"
msgstr "Grupy"
#: ../templates/users.php:16
msgid "Password"
msgstr "Hasło"
#: ../templates/users.php:25
msgid "Create"
msgstr ""
#: ../templates/users.php:37 ../templates/users.php:69
msgid "remove"
msgstr "usuń"
#: ../templates/users.php:59
msgid "Create group"
msgstr "Utwórz grupę"
#: ../templates/users.php:95
msgid "Force new password:"
msgstr "Wymuś nowe hasło"
#: ../templates/users.php:97
msgid "Set"
msgstr "Ustaw"
#: ../templates/users.php:103
msgid "Do you really want to delete user"
msgstr "Czy naprawdę chcesz usunąć użytkownika"
#: ../templates/users.php:110
msgid "Do you really want to delete group"
msgstr "Czy naprawdę chcesz usunąć grupę"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-28 00:33+0000\n" "PO-Revision-Date: 2011-08-13 02:33+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,112 +17,93 @@ msgstr ""
"Language: pl\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: ../templates/404.php:15 #: templates/login.php:4
msgid "Error 404, Cloud not found"
msgstr "Błąd 404, Chmura nie znaleziona"
#: ../templates/installation.php:6
msgid "<strong>ownCloud</strong> is your personal web storage."
msgstr ""
#: ../templates/installation.php:7
msgid "Finish the setup by following the steps below."
msgstr ""
#: ../templates/installation.php:26
msgid "Create an <strong>admin account</strong>."
msgstr ""
#: ../templates/installation.php:27
msgid "Username"
msgstr ""
#: ../templates/installation.php:28
msgid "Password"
msgstr ""
#: ../templates/installation.php:31
msgid "Advanced"
msgstr "Zaawansowane"
#: ../templates/installation.php:34
msgid "Set where to store the data."
msgstr "Ustaw, gdzie przechowywać dane."
#: ../templates/installation.php:35
msgid "Data directory:"
msgstr "Katalog danych:"
#: ../templates/installation.php:39
msgid "Configure the database."
msgstr ""
#: ../templates/installation.php:43
msgid "SQLite will be used for the database. You have nothing to do."
msgstr ""
#: ../templates/installation.php:46
msgid "SQLite"
msgstr "SQLite"
#: ../templates/installation.php:53
msgid "MySQL will be used for the database."
msgstr ""
#: ../templates/installation.php:59
msgid "MySQL username:"
msgstr ""
#: ../templates/installation.php:60
msgid "MySQL password:"
msgstr ""
#: ../templates/installation.php:61
msgid "Database name:"
msgstr "Nazwa bazy:"
#: ../templates/installation.php:62
msgid "Host:"
msgstr "Host:"
#: ../templates/installation.php:63
msgid "Table prefix:"
msgstr "Przedrostek tabeli:"
#: ../templates/installation.php:69
msgid "Finish setup"
msgstr "Zakończ instalację"
#: ../templates/layout.guest.php:33
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs"
" on your own server.</p>"
msgstr ""
"<a href=\"http://owncloud.org/\">ownCloud</a> jest osobistą chmurą "
"działającą na Twoim własnym serwerze.</p>"
#: ../templates/login.php:6
msgid "Login failed!" msgid "Login failed!"
msgstr "Nie udało się zalogować!" msgstr "Nie udało się zalogować!"
#: ../templates/login.php:11 ../templates/login.php:15 #: templates/login.php:9 templates/login.php:13
msgid "Remember login" msgid "remember"
msgstr "" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "Jesteś wylogowany." msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr ""
#: templates/installation.php:22
msgid "Password"
msgstr ""
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr "Zaawansowane"
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr "Zakończ instalację"
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "wstecz" msgstr "wstecz"
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "dalej" msgstr "dalej"
#: ../templates/part.searchbox.php:3 #: templates/logout.php:1
msgid "Search" msgid "You are logged out."
msgstr "Szukaj" msgstr "Jesteś wylogowany."
#: templates/layout.user.php:36
msgid "Log out"
msgstr ""
#: templates/layout.user.php:56
msgid "Settings"
msgstr ""

View File

@ -1,28 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:16+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: ../templates/index.php:2
msgid "Questions and Answers"
msgstr "Pytania i odpowiedzi"
#: ../templates/index.php:24
msgid "ASK A QUESTION"
msgstr "ZADAJ PYTANIE"

View File

@ -1,68 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Kamil Domański <kdomanski@kdemail.net>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n"
"PO-Revision-Date: 2011-07-25 16:16+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: ../templates/index.php:4
msgid "Filter:"
msgstr "Filtr:"
#: ../templates/index.php:7
msgid "Logins"
msgstr "Zalogowania"
#: ../templates/index.php:8
msgid "Logouts"
msgstr "Wylogowani"
#: ../templates/index.php:9
msgid "Downloads"
msgstr "Pobrania"
#: ../templates/index.php:10
msgid "Uploads"
msgstr "Wgrania"
#: ../templates/index.php:11
msgid "Creations"
msgstr "Utworzenia"
#: ../templates/index.php:12
msgid "Deletions"
msgstr "Usunięcia"
#: ../templates/index.php:15
msgid "Show:"
msgstr "Pokaż:"
#: ../templates/index.php:16
msgid "entries per page."
msgstr "wpisów na stronę."
#: ../templates/index.php:26
msgid "What"
msgstr "Co"
#: ../templates/index.php:27
msgid "When"
msgstr "Kiedy"
#: ../templates/index.php:45
msgid "Clear log entries before"
msgstr "Wyczyść spisy dziennika sprzed"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: ownCloud\n" "Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n" "Report-Msgid-Bugs-To: http://bugs.kde.org/buglist.cgi?product=owncloud\n"
"POT-Creation-Date: 2011-07-27 12:03+0200\n" "POT-Creation-Date: 2011-08-13 04:33+0200\n"
"PO-Revision-Date: 2011-07-25 16:16+0000\n" "PO-Revision-Date: 2011-08-13 02:19+0000\n"
"Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n" "Last-Translator: JanCBorchardt <JanCBorchardt@fsfe.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -17,72 +17,96 @@ msgstr ""
"Language: pl\n" "Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr "Dane konta"
#: ../templates/index.php:5
msgid "You're currently using"
msgstr "Obecnie używasz"
#: ../templates/index.php:5
msgid "of your"
msgstr "ze swoich"
#: ../templates/index.php:5
msgid "space"
msgstr "przestrzeni"
#: ../templates/index.php:11
msgid "Change Password"
msgstr "Zmień hasło"
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr "Twoje hasło zostało zmienione"
#: ../templates/index.php:15
msgid "Old password:"
msgstr "Stare hasło"
#: ../templates/index.php:19
msgid "New password"
msgstr "Nowe hasło"
#: ../templates/index.php:24
msgid "Show new password"
msgstr "Pokaż nowe hasło"
#: ../templates/index.php:34
msgid "Language"
msgstr "Język"
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "Błąd uwierzytelniania" msgstr "Błąd uwierzytelniania"
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "Musisz wprowadzić zarówno stare, jak i nowe hasło!" msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!"
msgstr "Twoje stare hasło jest błędne!"
#: ../ajax/changepassword.php:31
msgid "Password changed"
msgstr "Hasło zmienione"
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr "NIe można zmienić hasła"
#: ../ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Język zmieniony"
#: ../ajax/setlanguage.php:23
msgid "Invalid request" msgid "Invalid request"
msgstr "Nieprawidłowe żądanie" msgstr "Nieprawidłowe żądanie"
#: ajax/setlanguage.php:21
msgid "Language changed"
msgstr "Język zmieniony"
#: templates/help.php:21
msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr "Dane konta"
#: templates/personal.php:5
msgid "You're currently using"
msgstr "Obecnie używasz"
#: templates/personal.php:5
msgid "of your"
msgstr "ze swoich"
#: templates/personal.php:5
msgid "space"
msgstr "przestrzeni"
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr "Zmień hasło"
#: templates/personal.php:12
msgid "Your password got changed"
msgstr "Twoje hasło zostało zmienione"
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr "Nowe hasło"
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr "Język"
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr ""

View File

@ -1,58 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-09 17:52+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../templates/app.php:17
msgid "read more"
msgstr ""
#: ../templates/app.php:19
msgid "Install"
msgstr ""
#: ../templates/app_noconn.php:1
msgid "Cannot connect to apps repository"
msgstr ""
#: ../templates/apps.php:5 ../templates/users.php:3 ../templates/users.php:7
msgid "Name"
msgstr ""
#: ../templates/apps.php:6
msgid "Modified"
msgstr ""
#: ../templates/system.php:1
msgid "System Settings"
msgstr ""
#: ../templates/users.php:4 ../templates/users.php:14
msgid "Create"
msgstr ""
#: ../templates/users.php:8
msgid "Password"
msgstr ""
#: ../templates/users.php:9
msgid "Groups"
msgstr ""
#: ../templates/users.php:33
msgid "Remove"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-09 17:52+0200\n" "POT-Creation-Date: 2011-08-13 12:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,120 +17,91 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../templates/404.php:12 #: templates/login.php:4
msgid "Cloud not found"
msgstr ""
#: ../templates/installation.php:20
msgid "Create an <strong>admin account</strong>"
msgstr ""
#: ../templates/installation.php:21
msgid "Username"
msgstr ""
#: ../templates/installation.php:22
msgid "Password"
msgstr ""
#: ../templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: ../templates/installation.php:31
msgid "SQLite will be used."
msgstr ""
#: ../templates/installation.php:34
msgid "SQLite"
msgstr ""
#: ../templates/installation.php:41
msgid "MySQL will be used."
msgstr ""
#: ../templates/installation.php:50
msgid "PostgreSQL will be used."
msgstr ""
#: ../templates/installation.php:59
msgid "Database user"
msgstr ""
#: ../templates/installation.php:60
msgid "Database password"
msgstr ""
#: ../templates/installation.php:61
msgid "Database name"
msgstr ""
#: ../templates/installation.php:62
msgid "Host"
msgstr ""
#: ../templates/installation.php:63
msgid "Table prefix"
msgstr ""
#: ../templates/installation.php:70
msgid "Advanced"
msgstr ""
#: ../templates/installation.php:73
msgid "Set data folder"
msgstr ""
#: ../templates/installation.php:74
msgid "Data folder"
msgstr ""
#: ../templates/installation.php:77
msgid "Finish setup"
msgstr ""
#: ../templates/layout.guest.php:38
msgid ""
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs "
"on your own server.</p>"
msgstr ""
#: ../templates/login.php:4
msgid "Login failed!" msgid "Login failed!"
msgstr "" msgstr ""
#: ../templates/login.php:9 ../templates/login.php:13 #: templates/login.php:9 templates/login.php:13
msgid "remember" msgid "remember"
msgstr "" msgstr ""
#: ../templates/logout.php:1 #: templates/installation.php:20
msgid "You are logged out." msgid "Create an <strong>admin account</strong>"
msgstr "" msgstr ""
#: ../templates/part.pagenavi.php:6 #: templates/installation.php:21
msgid "Username"
msgstr ""
#: templates/installation.php:22
msgid "Password"
msgstr ""
#: templates/installation.php:27
msgid "Configure the database"
msgstr ""
#: templates/installation.php:32 templates/installation.php:43
#: templates/installation.php:53
msgid "will be used"
msgstr ""
#: templates/installation.php:64
msgid "Database user"
msgstr ""
#: templates/installation.php:65
msgid "Database password"
msgstr ""
#: templates/installation.php:66
msgid "Database name"
msgstr ""
#: templates/installation.php:74
msgid "Advanced"
msgstr ""
#: templates/installation.php:77
msgid "Host"
msgstr ""
#: templates/installation.php:78
msgid "Table prefix"
msgstr ""
#: templates/installation.php:80
msgid "Data folder"
msgstr ""
#: templates/installation.php:83
msgid "Finish setup"
msgstr ""
#: templates/404.php:12
msgid "Cloud not found"
msgstr ""
#: templates/layout.guest.php:38
msgid "is a personal cloud which runs on your own server"
msgstr ""
#: templates/part.pagenavi.php:6
msgid "prev" msgid "prev"
msgstr "" msgstr ""
#: ../templates/part.pagenavi.php:26 #: templates/part.pagenavi.php:26
msgid "next" msgid "next"
msgstr "" msgstr ""
#: ../../lib/app.php:204 #: templates/logout.php:1
msgid "Users" msgid "You are logged out."
msgstr "" msgstr ""
#: ../../lib/app.php:205 #: templates/layout.user.php:36
msgid "Apps" msgid "Log out"
msgstr "" msgstr ""
#: ../../lib/app.php:206 #: templates/layout.user.php:49
msgid "Files" msgid "Settings"
msgstr ""
#: ../../lib/app.php:209
msgid "Help"
msgstr ""
#: ../../lib/app.php:210
msgid "Personal"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-09 17:52+0200\n" "POT-Creation-Date: 2011-08-13 12:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,48 +17,52 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../appinfo/app.php:7 #: appinfo/app.php:7
msgid "Files" msgid "Files"
msgstr "" msgstr ""
#: ../templates/index.php:11 #: templates/admin.php:5
msgid "Maximum upload size"
msgstr ""
#: templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr ""
#: templates/index.php:9
msgid "Upload" msgid "Upload"
msgstr "" msgstr ""
#: ../templates/index.php:17 #: templates/index.php:16
msgid "New Folder" msgid "New Folder"
msgstr "" msgstr ""
#: ../templates/index.php:30 #: templates/index.php:29
msgid "Name" msgid "Name"
msgstr "" msgstr ""
#: ../templates/index.php:32 #: templates/index.php:31
msgid "Download" msgid "Download"
msgstr "" msgstr ""
#: ../templates/index.php:36 #: templates/index.php:35
msgid "Size MB" msgid "Size"
msgstr "" msgstr ""
#: ../templates/index.php:37 #: templates/index.php:36
msgid "Modified" msgid "Modified"
msgstr "" msgstr ""
#: ../templates/index.php:37 #: templates/index.php:36
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: ../templates/index.php:45 #: templates/index.php:44
msgid "Upload too large" msgid "Upload too large"
msgstr "" msgstr ""
#: ../templates/index.php:47 #: templates/index.php:46
msgid "" msgid ""
"The files you are trying to upload exceed the maximum size for file uploads " "The files you are trying to upload exceed the maximum size for file uploads "
"on this server." "on this server."
msgstr "" msgstr ""
#: ../templates/part.list.php:1
msgid "Nothing in here. Upload something!"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-09 17:52+0200\n" "POT-Creation-Date: 2011-08-13 12:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,6 +17,30 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../templates/index.php:21 #: appinfo/app.php:31
msgid "Ask a question" msgid "Music"
msgstr ""
#: templates/music.php:27
msgid "Songs scanned"
msgstr ""
#: templates/music.php:28
msgid "Rescan Collection"
msgstr ""
#: templates/music.php:29
msgid "Pause"
msgstr ""
#: templates/music.php:35
msgid "Artist"
msgstr ""
#: templates/music.php:36
msgid "Album"
msgstr ""
#: templates/music.php:37
msgid "Title"
msgstr "" msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-08-09 17:52+0200\n" "POT-Creation-Date: 2011-08-13 12:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,70 +17,94 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: ../templates/index.php:3 #: ajax/openid.php:13 ajax/setlanguage.php:13
msgid "Account information"
msgstr ""
#: ../templates/index.php:5
msgid "You're currently using"
msgstr ""
#: ../templates/index.php:5
msgid "of your"
msgstr ""
#: ../templates/index.php:5
msgid "space"
msgstr ""
#: ../templates/index.php:11 ../templates/index.php:17
msgid "Change Password"
msgstr ""
#: ../templates/index.php:12
msgid "Your password got changed"
msgstr ""
#: ../templates/index.php:14
msgid "Old password"
msgstr ""
#: ../templates/index.php:15
msgid "New password"
msgstr ""
#: ../templates/index.php:16
msgid "show"
msgstr ""
#: ../templates/index.php:23
msgid "Language"
msgstr ""
#: ../ajax/changepassword.php:13 ../ajax/setlanguage.php:13
msgid "Authentication error" msgid "Authentication error"
msgstr "" msgstr ""
#: ../ajax/changepassword.php:19 #: ajax/openid.php:21
msgid "You have to enter the old and the new password!" msgid "OpenID Changed"
msgstr "" msgstr ""
#: ../ajax/changepassword.php:25 #: ajax/openid.php:23 ajax/setlanguage.php:23
msgid "Your old password is wrong!" msgid "Invalid request"
msgstr "" msgstr ""
#: ../ajax/changepassword.php:31 #: ajax/setlanguage.php:21
msgid "Password changed"
msgstr ""
#: ../ajax/changepassword.php:34
msgid "Unable to change password"
msgstr ""
#: ../ajax/setlanguage.php:21
msgid "Language changed" msgid "Language changed"
msgstr "" msgstr ""
#: ../ajax/setlanguage.php:23 #: templates/help.php:21
msgid "Invalid request" msgid "Ask a question"
msgstr ""
#: templates/apps.php:12
msgid "Select an App"
msgstr ""
#: templates/apps.php:14
msgid "-licensed"
msgstr ""
#: templates/apps.php:14
msgid "by"
msgstr ""
#: templates/personal.php:3
msgid "Account information"
msgstr ""
#: templates/personal.php:5
msgid "You're currently using"
msgstr ""
#: templates/personal.php:5
msgid "of your"
msgstr ""
#: templates/personal.php:5
msgid "space"
msgstr ""
#: templates/personal.php:11 templates/personal.php:17
msgid "Change Password"
msgstr ""
#: templates/personal.php:12
msgid "Your password got changed"
msgstr ""
#: templates/personal.php:14
msgid "Old password"
msgstr ""
#: templates/personal.php:15
msgid "New password"
msgstr ""
#: templates/personal.php:16
msgid "show"
msgstr ""
#: templates/personal.php:23
msgid "Language"
msgstr ""
#: templates/users.php:11
msgid "Name"
msgstr ""
#: templates/users.php:12
msgid "Password"
msgstr ""
#: templates/users.php:13 templates/users.php:28
msgid "Groups"
msgstr ""
#: templates/users.php:18
msgid "Create"
msgstr ""
#: templates/users.php:36
msgid "Remove"
msgstr "" msgstr ""

Some files were not shown because too many files have changed in this diff Show More