mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-23 00:37:14 +01:00
Renamed ice-coder to icecoder in all instances
This commit is contained in:
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@@ -39,7 +39,7 @@ $isMac = strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh")>-1 ? true : false;
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $iceURLPath;?>/lib/ice-coder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $iceURLPath;?>/lib/icecoder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="stylesheet" href="<?php echo $iceURLPath . "/";
|
||||
if ($ICEcoder["theme"]=="default") {echo 'lib/editor.css';} else {echo $ICEcoder["codeMirrorDir"].'/theme/'.$ICEcoder["theme"].'.css';};
|
||||
echo "?microtime=".microtime(true);
|
||||
@@ -62,7 +62,7 @@ window.onbeforeunload = function() {
|
||||
t = {
|
||||
<?php
|
||||
// Load the lang array for what's in the JS file
|
||||
$t = $text['ice-coder'];
|
||||
$t = $text['icecoder'];
|
||||
$tOutput = "";
|
||||
foreach ($t as $key => $value) {
|
||||
$tOutput .= '"'.$key.'" : "'.$value.'",'.PHP_EOL;
|
||||
@@ -74,7 +74,7 @@ $t = $text['index'];
|
||||
?>
|
||||
}
|
||||
</script>
|
||||
<script language="JavaScript" src="<?php echo $iceURLPath;?>/lib/ice-coder.js?microtime=<?php echo microtime(true);?>"></script>
|
||||
<script language="JavaScript" src="<?php echo $iceURLPath;?>/lib/icecoder.js?microtime=<?php echo microtime(true);?>"></script>
|
||||
<script src="<?php echo $iceURLPath;?>/lib/mmd.js?microtime=<?php echo microtime(true);?>"></script>
|
||||
<script src="<?php echo $iceURLPath;?>/farbtastic/farbtastic.js?microtime=<?php echo microtime(true);?>"></script>
|
||||
<script src="<?php echo $iceURLPath;?>/lib/difflib.js?microtime=<?php echo microtime(true);?>"></script>
|
||||
|
||||
@@ -203,7 +203,7 @@ $text = array(
|
||||
"Cancel tasks" => "取消任务"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "搜索中没有选中的文本",
|
||||
"Creating Folder" => "正在创建文件夹",
|
||||
|
||||
@@ -203,7 +203,7 @@ $text = array(
|
||||
"Cancel tasks" => "取消任务"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "搜索中沒有選中的文件",
|
||||
"Creating Folder" => "正在創建文件夾",
|
||||
|
||||
@@ -225,7 +225,7 @@ $text = array(
|
||||
"Cancel tasks" => "Annuleer taken"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"results" => "resultaten",
|
||||
"No text selected..." => "Geen tekst geselecteerd om te zoeken",
|
||||
|
||||
@@ -258,7 +258,7 @@ $text = array(
|
||||
"Jump to previous tab" => "Jump to previous tab"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"results" => "results",
|
||||
"No text selected..." => "No text selected to search on",
|
||||
|
||||
@@ -202,7 +202,7 @@ $text = array(
|
||||
"Cancel tasks" => "Quitter les tâches"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "Aucun texte sélectionné pour la recherche sur",
|
||||
"all files" => "tous les fichiers",
|
||||
|
||||
@@ -205,7 +205,7 @@ $text = array(
|
||||
"Cancel tasks" => "Cancella compito"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"results" => "risultati",
|
||||
"No text selected..." => "Nessun testo selezionato per la ricerc",
|
||||
|
||||
@@ -207,7 +207,7 @@ $text = array(
|
||||
"Cancel tasks" => "Avbryt oppgaver"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "Ingen tekst valgt til å søke på",
|
||||
"Creating Folder" => "Lage mappe",
|
||||
|
||||
@@ -202,7 +202,7 @@ $text = array(
|
||||
"Cancel tasks" => "لغو تسک"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "هیچ متنی برای جستجو انتخاب نشده است",
|
||||
"Creating Folder" => "در حال ساخت پوشه",
|
||||
|
||||
@@ -205,7 +205,7 @@ $text = array(
|
||||
"Cancel tasks" => "Cancelar tarefas"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"No text selected..." => "Sem texto selecionado para buscar",
|
||||
"all files" => "todos arquivos",
|
||||
|
||||
@@ -210,7 +210,7 @@ $text = array(
|
||||
"Cancel tasks" => "Cancelar tareas"
|
||||
),
|
||||
|
||||
"ice-coder" =>
|
||||
"icecoder" =>
|
||||
array(
|
||||
"results" => "resultados",
|
||||
"No text selected..." => "No hay texto seleccionado para buscar",
|
||||
|
||||
@@ -16,7 +16,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" type="text/css" href="ice-coder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="stylesheet" type="text/css" href="icecoder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="icon" type="image/png" href="../favicon.png">
|
||||
</head>
|
||||
|
||||
@@ -25,7 +25,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";
|
||||
<div class="screenContainer" id="screenContainer" style="background-color: #181817; opacity: 0; transition: opacity 0.1s ease-out">
|
||||
<div class="screenVCenter">
|
||||
<div class="screenCenter">
|
||||
<img src="../images/ice-coder.png" alt="ICEcoder">
|
||||
<img src="../images/icecoder.png" alt="ICEcoder">
|
||||
<div class="version" style="margin-bottom: 22px">v <?php echo $ICEcoder["versionNo"];?></div>
|
||||
|
||||
<form name="settingsUpdate" action="login.php" method="POST"<?php if($settingPW) {?> onsubmit="return checkCanSubmit();"<?php } ?>>
|
||||
|
||||
@@ -42,7 +42,7 @@ if (!$reqsPassed) {
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" type="text/css" href="lib/ice-coder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="stylesheet" type="text/css" href="lib/icecoder.css?microtime=<?php echo microtime(true);?>">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
</head>
|
||||
|
||||
@@ -51,7 +51,7 @@ if (!$reqsPassed) {
|
||||
<div class="screenContainer" id="screenContainer" style="background-color: #181817; opacity: 0; transition: opacity 0.1s ease-out">
|
||||
<div class="screenVCenter">
|
||||
<div class="screenCenter">
|
||||
<img src="images/ice-coder.png" alt="ICEcoder">
|
||||
<img src="images/icecoder.png" alt="ICEcoder">
|
||||
<div class="version" style="margin-bottom: 22px">v <?php echo $ICEcoderSettings['versionNo'];?></div>
|
||||
|
||||
<span style="display: inline-block; color: #fff">
|
||||
|
||||
@@ -41,7 +41,7 @@ for ($i=0;$i<count($themeArray);$i++) {
|
||||
<body class="settings">
|
||||
|
||||
<div class="infoPane">
|
||||
<a href="https://icecoder.net" target="_blank"><img src="../images/ice-coder.png" alt="ICEcoder" class="logo"></a>
|
||||
<a href="https://icecoder.net" target="_blank"><img src="../images/icecoder.png" alt="ICEcoder" class="logo"></a>
|
||||
|
||||
<h1 style="margin: 10px 0"><?php echo $t['settings'];?></h1>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user