indexes
This commit is contained in:
@@ -24,6 +24,7 @@ $strAddNewField = 'Dodanie nowego pola';
|
||||
$strAddPriv = 'Dodanie nowych uprawnien';
|
||||
$strAddPrivMessage = 'Dodane zosta<74>y nowe uprawnienia.';
|
||||
$strAddSearchConditions = 'Dodanie warunk<6E>w przeszukiwania (warunek dla "where"):';
|
||||
$strAddToIndex = 'Dodanie do indeksu %s kolumn';
|
||||
$strAddUser = 'Dodanie nowego u<>ytkownika';
|
||||
$strAddUserMessage = 'Dodany zosta<74> nowy uzytkownik.';
|
||||
$strAffectedRows = 'Zmodyfikowanych rekord<72>w:';
|
||||
@@ -56,6 +57,8 @@ $strBrowse = 'Przegl
|
||||
$strBzip = '".bz2"';
|
||||
|
||||
$strCantLoadMySQL = 'nie mo<6D>na za<7A>adowac modu<64>u MySQL,<br />prosz<73> sprawdzi<7A> konfiguracj<63> PHP.';
|
||||
$strCantRenameIdxToPrimary = 'Nie mo<6D>na zmieni<6E> nazwy indeksu na PRIMARY!';
|
||||
$strCardinality = 'Moc';
|
||||
$strCarriage = 'Znak powrotu: \\r';
|
||||
$strChange = 'Zmiana';
|
||||
$strCheckAll = 'Zaznaczenie wszystkich';
|
||||
@@ -67,6 +70,8 @@ $strCompleteInserts = 'Pe
|
||||
$strConfirm = 'Czy na pewno to zrobic?';
|
||||
$strCopyTableOK = 'Tabela %s zosta<74>a przekopiowana do %s.';
|
||||
$strCreate = 'Utworzenie';
|
||||
$strCreateIndex = 'Utworzenie indeksu dla %s kolumn';
|
||||
$strCreateIndexTopic = 'Utworzenie nowego indeksu';
|
||||
$strCreateNewDatabase = 'Utworzenie nowej bazy danych';
|
||||
$strCreateNewTable = 'Utworzenie nowej tabeli dla bazy danych ';
|
||||
$strCriteria = 'Kryteria';
|
||||
@@ -134,9 +139,12 @@ $strHostEmpty = 'Brak nazwy hosta!';
|
||||
|
||||
$strIdxFulltext = 'Pelny tekst';
|
||||
$strIfYouWish = 'Prosze poda<64> list<73> kolumn rozdzielon<6F> przecinkami aby za<7A>adowa<77> tylko wybrane kolumny.';
|
||||
$strIgnore = 'Ignoruj';
|
||||
$strIndex = 'Indeks';
|
||||
$strIndexHasBeenDropped = 'Klucz %s zostal usuniety';
|
||||
$strIndexes = 'Indeksy';
|
||||
$strIndexName = 'Nazwa indeksu :';
|
||||
$strIndexType = 'Rodzaj indeksu :';
|
||||
$strInsert = 'Dodanie';
|
||||
$strInsertAsNewRow = 'Dodanie jako nowego rekordu';
|
||||
$strInsertNewRow = 'Dodanie nowego rekordu';
|
||||
@@ -162,6 +170,7 @@ $strLogout = 'Wylogowanie';
|
||||
|
||||
$strModifications = 'Modyfikacje zosta<74>y zapami<6D>tane';
|
||||
$strModify = 'Modifikacja';
|
||||
$strModifyIndexTopic = 'Modyfikacja indeksu';
|
||||
$strMySQLReloaded = 'MySQL prze<7A>adowany.';
|
||||
$strMySQLSaid = 'MySQL zwr<77>ci<63> komunikat: ';
|
||||
$strMySQLShowProcess = 'Pokazuj procesy';
|
||||
@@ -175,7 +184,10 @@ $strNo = 'Nie';
|
||||
$strNoDatabases = 'Brak baz danych';
|
||||
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
|
||||
$strNoFrames='phpMyAdmin jest bardziej przyjazny w przegl<67>darkach <b>obs<62>uguj<75>cych ramki</b>';
|
||||
$strNoIndex = 'Brak zdefiniowanego indeksu!';
|
||||
$strNoIndexPartsDefined = 'Brak zdefiniowanych cz<63><7A>ci indeksu!';
|
||||
$strNoModification = 'Bez zmian';
|
||||
$strNone = 'Brak';
|
||||
$strNoPassword = 'Brak has<61>a';
|
||||
$strNoPrivileges = 'Brak uprawnie<69>';
|
||||
$strNoRights = 'Brak wystarczajacych uprawnie<69>!';
|
||||
@@ -204,6 +216,8 @@ $strPrevious = 'Poprzednie';
|
||||
$strPrimary = 'Podstawowy';
|
||||
$strPrimaryKey = 'Podstawowy klucz';
|
||||
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy zostal usuniety';
|
||||
$strPrimaryKeyName = 'Nazw<7A> podstawowego klucza musi by<62>... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> by<62> nazw<7A> <b>jedynie</b> klucza podstawowego!)';
|
||||
$strPrintView = 'Widok do wydruku';
|
||||
$strPrivileges = 'Uprawnienia';
|
||||
$strProperties = 'W<>asciwo<77>ci';
|
||||
@@ -323,19 +337,4 @@ $strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strNoQuery = 'No SQL query!'; //to translate
|
||||
|
||||
// Indexes
|
||||
$strAddToIndex = 'Add to index %s column(s)';
|
||||
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
|
||||
$strCardinality = 'Cardinality';
|
||||
$strCreateIndex = 'Create an index on %s columns';
|
||||
$strCreateIndexTopic = 'Create a new index';
|
||||
$strIgnore = 'Ignore';
|
||||
$strIndexName = 'Index name :';
|
||||
$strIndexType = 'Index type :';
|
||||
$strModifyIndexTopic = 'Modify an index';
|
||||
$strNone = 'None';
|
||||
$strNoIndexPartsDefined = 'No index parts defined!';
|
||||
$strNoIndex = 'No index defined!';
|
||||
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!';
|
||||
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user